#662C16

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

Shades of Baker's Chocolate #662C16

Tints of Baker's Chocolate #662C16

Color information

#662C16 (or 0x662C16) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2C and 16. RGB value is (102,44,22). Sum of RGB (Red+Green+Blue) = 102+44+22=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662C16 is #99D3E9. Grayscale: #3A3A3A. Windows color (decimal): -10081258 or 1453158. OLE color: 1453158.

HSL color Cylindrical-coordinate representation of color #662C16: hue angle of 16.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662C16 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1024422-
CMYK00.570.780.6
HSL16.5º64.52%24.31%-
HSV(B)16.5º78.43%40%-
XYZ6.524.681.32-
YUV58.83107.22158.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=60.71%
G=26.19%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102442200.570.780.616.564.5224.31
Hex662C160394E3C104118
Octal1465426071116742010130
Binary1100110101100101100111001100111011110010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,44,22); }

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

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

 a { background-color: rgb(102,44,22); }

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

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

 span { border-color: rgb(102,44,22); }

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