#662A14

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

Shades of Baker's Chocolate #662A14

Tints of Baker's Chocolate #662A14

Color information

#662A14 (or 0x662A14) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2A and 14. RGB value is (102,42,20). Sum of RGB (Red+Green+Blue) = 102+42+20=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #662A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A14 is #99D5EB. Grayscale: #393939. Windows color (decimal): -10081772 or 1321574. OLE color: 1321574.

HSL color Cylindrical-coordinate representation of color #662A14: hue angle of 16.1º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662A14 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1024220-
CMYK00.590.800.6
HSL16.1º67.21%23.92%-
HSV(B)16.1º80.39%40%-
XYZ6.434.531.2-
YUV57.43106.88159.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=62.20%
G=25.61%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102422000.590.800.616.167.2123.92
Hex662A1403B503C104318
Octal1465224073120742010330
Binary1100110101010101000111011101000011110010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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