#662E16

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

Shades of Baker's Chocolate #662E16

Tints of Baker's Chocolate #662E16

Color information

#662E16 (or 0x662E16) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2E and 16. RGB value is (102,46,22). Sum of RGB (Red+Green+Blue) = 102+46+22=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #662E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E16 is #99D1E9. Grayscale: #3C3C3C. Windows color (decimal): -10080746 or 1453670. OLE color: 1453670.

HSL color Cylindrical-coordinate representation of color #662E16: hue angle of 18º 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 #662E16 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1024622-
CMYK00.550.780.6
HSL18º64.52%24.31%-
HSV(B)18º78.43%40%-
XYZ6.64.841.34-
YUV60.01106.55157.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=60%
G=27.06%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102462200.550.780.61864.5224.31
Hex662E160374E3C124118
Octal1465626067116742210130
Binary1100110101110101100110111100111011110010010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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