#682810

Color #682810 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #682810

Tints of Baker's Chocolate #682810

Color information

#682810 (or 0x682810) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 28 and 10. RGB value is (104,40,16). Sum of RGB (Red+Green+Blue) = 104+40+16=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682810 is #97D7EF. Grayscale: #383838. Windows color (decimal): -9951216 or 1058920. OLE color: 1058920.

HSL color Cylindrical-coordinate representation of color #682810: hue angle of 16.36º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #682810 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB1044016-
CMYK00.620.850.59
HSL16.36º73.33%23.53%-
HSV(B)16.36º84.62%40.78%-
XYZ6.564.51.01-
YUV56.4105.2161.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 10%
R=65%
G=25%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104401600.620.850.5916.3673.3323.53
Hex68281003E553B104918
Octal1505020076125732011130
Binary1101000101000100000111110101010111101110000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682810; }

 p { color: rgb(104,40,16); }

 H1.HeaderClassName
 {
   color: #682810;
 }
 .AnyTagClassName
 {
   color: #682810;
 }
</style>
background-color css

<style>
 a { background-color: #682810; }

 a { background-color: rgb(104,40,16); }

 div.DivClassName
 {
   background-color: #682810;
 }
 .BgClassName
 {
   background-color: #682810;
 }
</style>
border-color css

<style>
 span { border-color: #682810; }

 span { border-color: rgb(104,40,16); }

 td.TdClassName
 {
   border-color: #682810;
 }
 .TagClassName
 {
   border-color: #682810;
 }
</style>