#662A06

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

Shades of Baker's Chocolate #662A06

Tints of Baker's Chocolate #662A06

Color information

#662A06 (or 0x662A06) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2A and 06. RGB value is (102,42,6). Sum of RGB (Red+Green+Blue) = 102+42+6=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #662A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A06 is #99D5F9. Grayscale: #383838. Windows color (decimal): -10081786 or 404070. OLE color: 404070.

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

Color convert

RGB102426-
CMYK00.590.940.6
HSL22.5º88.89%21.18%-
HSV(B)22.5º94.12%40%-
XYZ6.344.490.71-
YUV55.8499.88160.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 6 (2.73% from 255) = 4%
R=68%
G=28%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10242600.590.940.622.588.8921.18
Hex662A603B5E3C165915
Octal146526073136742613125
Binary11001101010101100111011101111011110010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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