#662D18

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

Shades of Baker's Chocolate #662D18

Tints of Baker's Chocolate #662D18

Color information

#662D18 (or 0x662D18) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2D and 18. RGB value is (102,45,24). Sum of RGB (Red+Green+Blue) = 102+45+24=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D18 is #99D2E7. Grayscale: #3B3B3B. Windows color (decimal): -10081000 or 1584486. OLE color: 1584486.

HSL color Cylindrical-coordinate representation of color #662D18: hue angle of 16.15º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662D18 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1024524-
CMYK00.560.760.6
HSL16.15º61.9%24.71%-
HSV(B)16.15º76.47%40%-
XYZ6.584.771.44-
YUV59.65107.88158.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=59.65%
G=26.32%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102452400.560.760.616.1561.924.71
Hex662D180384C3C103e19
Octal146553007011474207631
Binary110011010110111000011100010011001111001000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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