#662F18

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

Shades of Baker's Chocolate #662F18

Tints of Baker's Chocolate #662F18

Color information

#662F18 (or 0x662F18) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2F and 18. RGB value is (102,47,24). Sum of RGB (Red+Green+Blue) = 102+47+24=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #662F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662F18 is #99D0E7. Grayscale: #3C3C3C. Windows color (decimal): -10080488 or 1584998. OLE color: 1584998.

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

Color convert

RGB1024724-
CMYK00.540.760.6
HSL17.69º61.9%24.71%-
HSV(B)17.69º76.47%40%-
XYZ6.664.921.46-
YUV60.82107.22157.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=58.96%
G=27.17%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102472400.540.760.617.6961.924.71
Hex662F180364C3C123e19
Octal146573006611474227631
Binary110011010111111000011011010011001111001001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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