#663516

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

Shades of Baker's Chocolate #663516

Tints of Baker's Chocolate #663516

Color information

#663516 (or 0x663516) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 35 and 16. RGB value is (102,53,22). Sum of RGB (Red+Green+Blue) = 102+53+22=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663516 is #99CAE9. Grayscale: #404040. Windows color (decimal): -10078954 or 1455462. OLE color: 1455462.

HSL color Cylindrical-coordinate representation of color #663516: hue angle of 23.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #663516 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1025322-
CMYK00.480.780.6
HSL23.25º64.52%24.31%-
HSV(B)23.25º78.43%40%-
XYZ6.95.431.44-
YUV64.12104.23155.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=57.63%
G=29.94%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102532200.480.780.623.2564.5224.31
Hex6635160304E3C174118
Octal1466526060116742710130
Binary1100110110101101100110000100111011110010111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663516; }

 p { color: rgb(102,53,22); }

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

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

 a { background-color: rgb(102,53,22); }

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

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

 span { border-color: rgb(102,53,22); }

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