Shades of Baker's Chocolate #602913
Tints of Baker's Chocolate #602913
RGB
CMYK
RGB Variations
Color information
#602913 (or 0x602913) is known color: Baker's Chocolate. HEX triplet: 60, 29 and 13. RGB value is (96,41,19). Sum of RGB (Red+Green+Blue) = 96+41+19=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #602913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602913 is #9FD6EC. Grayscale: #373737. Windows color (decimal): -10475245 or 1255776. OLE color: 1255776.
HSL color Cylindrical-coordinate representation of color #602913: hue angle of 17.14º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602913 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 19 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.62 |
| HSL | 17.14º | 0.67% | 0.23% | - |
| HSV(B) | 17.14º | 0.8% | 0.38% | - |
| XYZ | 5.73 | 4.12 | 1.11 | - |
| YUV | 54.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 19 | 0 | 0.57 | 0.80 | 0.62 | 17.14 | 0.67 | 0.23 |
| Hex | 60 | 29 | 13 | 0 | 39 | 50 | 3E | 11 | 43 | 17 |
| Octal | 140 | 51 | 23 | 0 | 71 | 120 | 76 | 21 | 103 | 27 |
| Binary | 1100000 | 101001 | 10011 | 0 | 111001 | 1010000 | 111110 | 10001 | 1000011 | 10111 |
Color Harmonies of #602913
Complementary color
Monochromatic Colors of #602913
Black with #602913
Text Example
Text Example
White with #602913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602913; }
p { color: rgb(96,41,19); }
H1.HeaderClassName
{
color: #602913;
}
.AnyTagClassName
{
color: #602913;
}
</style>
background-color css
<style>
a { background-color: #602913; }
a { background-color: rgb(96,41,19); }
div.DivClassName
{
background-color: #602913;
}
.BgClassName
{
background-color: #602913;
}
</style>
border-color css
<style>
span { border-color: #602913; }
span { border-color: rgb(96,41,19); }
td.TdClassName
{
border-color: #602913;
}
.TagClassName
{
border-color: #602913;
}
</style>