#663219

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

Shades of Baker's Chocolate #663219

Tints of Baker's Chocolate #663219

Color information

#663219 (or 0x663219) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 32 and 19. RGB value is (102,50,25). Sum of RGB (Red+Green+Blue) = 102+50+25=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663219 is #99CDE6. Grayscale: #3E3E3E. Windows color (decimal): -10079719 or 1651302. OLE color: 1651302.

HSL color Cylindrical-coordinate representation of color #663219: hue angle of 19.48º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663219 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1025025-
CMYK00.510.750.6
HSL19.48º60.63%24.9%-
HSV(B)19.48º75.49%40%-
XYZ6.85.181.56-
YUV62.7106.73156.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=57.63%
G=28.25%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102502500.510.750.619.4860.6324.9
Hex6632190334B3C133d19
Octal146623106311374237531
Binary110011011001011001011001110010111111001001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663219; }

 p { color: rgb(102,50,25); }

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

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

 a { background-color: rgb(102,50,25); }

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

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

 span { border-color: rgb(102,50,25); }

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