#662910

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

Shades of Baker's Chocolate #662910

Tints of Baker's Chocolate #662910

Color information

#662910 (or 0x662910) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 29 and 10. RGB value is (102,41,16). Sum of RGB (Red+Green+Blue) = 102+41+16=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662910 is #99D6EF. Grayscale: #383838. Windows color (decimal): -10082032 or 1059174. OLE color: 1059174.

HSL color Cylindrical-coordinate representation of color #662910: hue angle of 17.44º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #662910 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1024116-
CMYK00.600.840.6
HSL17.44º72.88%23.14%-
HSV(B)17.44º84.31%40%-
XYZ6.374.451.01-
YUV56.39105.21160.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=64.15%
G=25.79%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102411600.600.840.617.4472.8823.14
Hex66291003C543C114917
Octal1465120074124742111127
Binary1100110101001100000111100101010011110010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662910; }

 p { color: rgb(102,41,16); }

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

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

 a { background-color: rgb(102,41,16); }

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

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

 span { border-color: rgb(102,41,16); }

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