#663B16

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

Shades of Baker's Chocolate #663B16

Tints of Baker's Chocolate #663B16

Color information

#663B16 (or 0x663B16) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 3B and 16. RGB value is (102,59,22). Sum of RGB (Red+Green+Blue) = 102+59+22=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B16 is #99C4E9. Grayscale: #434343. Windows color (decimal): -10077418 or 1456998. OLE color: 1456998.

HSL color Cylindrical-coordinate representation of color #663B16: hue angle of 27.75º 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 #663B16 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1025922-
CMYK00.420.780.6
HSL27.75º64.52%24.31%-
HSV(B)27.75º78.43%40%-
XYZ7.196.011.54-
YUV67.64102.25152.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=55.74%
G=32.24%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102592200.420.780.627.7564.5224.31
Hex663B1602A4E3C1c4118
Octal1467326052116743410130
Binary1100110111011101100101010100111011110011100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663B16; }

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

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

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

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

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

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

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

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