#663918

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

Shades of Baker's Chocolate #663918

Tints of Baker's Chocolate #663918

Color information

#663918 (or 0x663918) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 18. RGB value is (102,57,24). Sum of RGB (Red+Green+Blue) = 102+57+24=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663918 is #99C6E7. Grayscale: #424242. Windows color (decimal): -10077928 or 1587558. OLE color: 1587558.

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

Color convert

RGB1025724-
CMYK00.440.760.6
HSL25.38º61.9%24.71%-
HSV(B)25.38º76.47%40%-
XYZ7.115.821.61-
YUV66.69103.91153.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=55.74%
G=31.15%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102572400.440.760.625.3861.924.71
Hex66391802C4C3C193e19
Octal146713005411474317631
Binary110011011100111000010110010011001111001100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663918; }

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

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

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

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

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

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

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

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