#663016

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

Shades of Baker's Chocolate #663016

Tints of Baker's Chocolate #663016

Color information

#663016 (or 0x663016) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 16. RGB value is (102,48,22). Sum of RGB (Red+Green+Blue) = 102+48+22=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #663016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663016 is #99CFE9. Grayscale: #3D3D3D. Windows color (decimal): -10080234 or 1454182. OLE color: 1454182.

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

Color convert

RGB1024822-
CMYK00.530.780.6
HSL19.5º64.52%24.31%-
HSV(B)19.5º78.43%40%-
XYZ6.6851.37-
YUV61.18105.89157.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=59.30%
G=27.91%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102482200.530.780.619.564.5224.31
Hex6630160354E3C144118
Octal1466026065116742410130
Binary1100110110000101100110101100111011110010100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663016; }

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

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

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

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

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

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

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

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