Shades of Baker's Chocolate #602804
Tints of Baker's Chocolate #602804
RGB
CMYK
RGB Variations
Color information
#602804 (or 0x602804) is known color: Baker's Chocolate. HEX triplet: 60, 28 and 04. RGB value is (96,40,4). Sum of RGB (Red+Green+Blue) = 96+40+4=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #602804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602804 is #9FD7FB. Grayscale: #343434. Windows color (decimal): -10475516 or 272480. OLE color: 272480.
HSL color Cylindrical-coordinate representation of color #602804: hue angle of 23.48º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #602804 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 4 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.62 |
| HSL | 23.48º | 0.92% | 0.2% | - |
| HSV(B) | 23.48º | 0.96% | 0.38% | - |
| XYZ | 5.6 | 4.01 | 0.59 | - |
| YUV | 52.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 4 | 0 | 0.58 | 0.96 | 0.62 | 23.48 | 0.92 | 0.2 |
| Hex | 60 | 28 | 4 | 0 | 3A | 60 | 3E | 17 | 5C | 14 |
| Octal | 140 | 50 | 4 | 0 | 72 | 140 | 76 | 27 | 134 | 24 |
| Binary | 1100000 | 101000 | 100 | 0 | 111010 | 1100000 | 111110 | 10111 | 1011100 | 10100 |
Color Harmonies of #602804
Complementary color
Monochromatic Colors of #602804
Black with #602804
Text Example
Text Example
White with #602804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602804; }
p { color: rgb(96,40,4); }
H1.HeaderClassName
{
color: #602804;
}
.AnyTagClassName
{
color: #602804;
}
</style>
background-color css
<style>
a { background-color: #602804; }
a { background-color: rgb(96,40,4); }
div.DivClassName
{
background-color: #602804;
}
.BgClassName
{
background-color: #602804;
}
</style>
border-color css
<style>
span { border-color: #602804; }
span { border-color: rgb(96,40,4); }
td.TdClassName
{
border-color: #602804;
}
.TagClassName
{
border-color: #602804;
}
</style>