Shades of Baker's Chocolate #602D13
Tints of Baker's Chocolate #602D13
RGB
CMYK
RGB Variations
Color information
#602D13 (or 0x602D13) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 13. RGB value is (96,45,19). Sum of RGB (Red+Green+Blue) = 96+45+19=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #602D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D13 is #9FD2EC. Grayscale: #393939. Windows color (decimal): -10474221 or 1256800. OLE color: 1256800.
HSL color Cylindrical-coordinate representation of color #602D13: hue angle of 20.26º 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 #602D13 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 19 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.62 |
| HSL | 20.26º | 0.67% | 0.23% | - |
| HSV(B) | 20.26º | 0.8% | 0.38% | - |
| XYZ | 5.88 | 4.41 | 1.16 | - |
| YUV | 57.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 19 | 0 | 0.53 | 0.80 | 0.62 | 20.26 | 0.67 | 0.23 |
| Hex | 60 | 2D | 13 | 0 | 35 | 50 | 3E | 14 | 43 | 17 |
| Octal | 140 | 55 | 23 | 0 | 65 | 120 | 76 | 24 | 103 | 27 |
| Binary | 1100000 | 101101 | 10011 | 0 | 110101 | 1010000 | 111110 | 10100 | 1000011 | 10111 |
Color Harmonies of #602D13
Complementary color
Monochromatic Colors of #602D13
Black with #602D13
Text Example
Text Example
White with #602D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D13; }
p { color: rgb(96,45,19); }
H1.HeaderClassName
{
color: #602D13;
}
.AnyTagClassName
{
color: #602D13;
}
</style>
background-color css
<style>
a { background-color: #602D13; }
a { background-color: rgb(96,45,19); }
div.DivClassName
{
background-color: #602D13;
}
.BgClassName
{
background-color: #602D13;
}
</style>
border-color css
<style>
span { border-color: #602D13; }
span { border-color: rgb(96,45,19); }
td.TdClassName
{
border-color: #602D13;
}
.TagClassName
{
border-color: #602D13;
}
</style>