Shades of Baker's Chocolate #602805
Tints of Baker's Chocolate #602805
RGB
CMYK
RGB Variations
Color information
#602805 (or 0x602805) is known color: Baker's Chocolate. HEX triplet: 60, 28 and 05. RGB value is (96,40,5). Sum of RGB (Red+Green+Blue) = 96+40+5=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #602805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602805 is #9FD7FA. Grayscale: #343434. Windows color (decimal): -10475515 or 338016. OLE color: 338016.
HSL color Cylindrical-coordinate representation of color #602805: hue angle of 23.08º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #602805 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 5 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.62 |
| HSL | 23.08º | 0.9% | 0.2% | - |
| HSV(B) | 23.08º | 0.95% | 0.38% | - |
| XYZ | 5.61 | 4.02 | 0.62 | - |
| YUV | 52.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 5 | 0 | 0.58 | 0.95 | 0.62 | 23.08 | 0.9 | 0.2 |
| Hex | 60 | 28 | 5 | 0 | 3A | 5F | 3E | 17 | 5A | 14 |
| Octal | 140 | 50 | 5 | 0 | 72 | 137 | 76 | 27 | 132 | 24 |
| Binary | 1100000 | 101000 | 101 | 0 | 111010 | 1011111 | 111110 | 10111 | 1011010 | 10100 |
Color Harmonies of #602805
Complementary color
Monochromatic Colors of #602805
Black with #602805
Text Example
Text Example
White with #602805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602805; }
p { color: rgb(96,40,5); }
H1.HeaderClassName
{
color: #602805;
}
.AnyTagClassName
{
color: #602805;
}
</style>
background-color css
<style>
a { background-color: #602805; }
a { background-color: rgb(96,40,5); }
div.DivClassName
{
background-color: #602805;
}
.BgClassName
{
background-color: #602805;
}
</style>
border-color css
<style>
span { border-color: #602805; }
span { border-color: rgb(96,40,5); }
td.TdClassName
{
border-color: #602805;
}
.TagClassName
{
border-color: #602805;
}
</style>