#663416

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

Shades of Baker's Chocolate #663416

Tints of Baker's Chocolate #663416

Color information

#663416 (or 0x663416) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 34 and 16. RGB value is (102,52,22). Sum of RGB (Red+Green+Blue) = 102+52+22=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #663416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663416 is #99CBE9. Grayscale: #3F3F3F. Windows color (decimal): -10079210 or 1455206. OLE color: 1455206.

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

Color convert

RGB1025222-
CMYK00.490.780.6
HSL22.5º64.52%24.31%-
HSV(B)22.5º78.43%40%-
XYZ6.855.341.43-
YUV63.53104.56155.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=57.95%
G=29.55%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102522200.490.780.622.564.5224.31
Hex6634160314E3C164118
Octal1466426061116742610130
Binary1100110110100101100110001100111011110010110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663416; }

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

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

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

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

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

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

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

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