#662D14

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

Shades of Baker's Chocolate #662D14

Tints of Baker's Chocolate #662D14

Color information

#662D14 (or 0x662D14) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2D and 14. RGB value is (102,45,20). Sum of RGB (Red+Green+Blue) = 102+45+20=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #662D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D14 is #99D2EB. Grayscale: #3B3B3B. Windows color (decimal): -10081004 or 1322342. OLE color: 1322342.

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

Color convert

RGB1024520-
CMYK00.560.800.6
HSL18.29º67.21%23.92%-
HSV(B)18.29º80.39%40%-
XYZ6.544.751.23-
YUV59.19105.88158.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=61.08%
G=26.95%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102452000.560.800.618.2967.2123.92
Hex662D14038503C124318
Octal1465524070120742210330
Binary1100110101101101000111000101000011110010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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