#662A11

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

Shades of Baker's Chocolate #662A11

Tints of Baker's Chocolate #662A11

Color information

#662A11 (or 0x662A11) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2A and 11. RGB value is (102,42,17). Sum of RGB (Red+Green+Blue) = 102+42+17=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #662A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A11 is #99D5EE. Grayscale: #393939. Windows color (decimal): -10081775 or 1124966. OLE color: 1124966.

HSL color Cylindrical-coordinate representation of color #662A11: hue angle of 17.65º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #662A11 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1024217-
CMYK00.590.830.6
HSL17.65º71.43%23.33%-
HSV(B)17.65º83.33%40%-
XYZ6.414.521.07-
YUV57.09105.38160.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=63.35%
G=26.09%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102421700.590.830.617.6571.4323.33
Hex662A1103B533C124717
Octal1465221073123742210727
Binary1100110101010100010111011101001111110010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662A11; }

 p { color: rgb(102,42,17); }

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

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

 a { background-color: rgb(102,42,17); }

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

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

 span { border-color: rgb(102,42,17); }

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