#662E18

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

Shades of Baker's Chocolate #662E18

Tints of Baker's Chocolate #662E18

Color information

#662E18 (or 0x662E18) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2E and 18. RGB value is (102,46,24). Sum of RGB (Red+Green+Blue) = 102+46+24=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E18 is #99D1E7. Grayscale: #3C3C3C. Windows color (decimal): -10080744 or 1584742. OLE color: 1584742.

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

Color convert

RGB1024624-
CMYK00.550.760.6
HSL16.92º61.9%24.71%-
HSV(B)16.92º76.47%40%-
XYZ6.624.841.45-
YUV60.24107.55157.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=59.30%
G=26.74%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102462400.550.760.616.9261.924.71
Hex662E180374C3C113e19
Octal146563006711474217631
Binary110011010111011000011011110011001111001000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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