Shades of Baker's Chocolate #602D15
Tints of Baker's Chocolate #602D15
RGB
CMYK
RGB Variations
Color information
#602D15 (or 0x602D15) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 15. RGB value is (96,45,21). Sum of RGB (Red+Green+Blue) = 96+45+21=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #602D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D15 is #9FD2EA. Grayscale: #393939. Windows color (decimal): -10474219 or 1387872. OLE color: 1387872.
HSL color Cylindrical-coordinate representation of color #602D15: hue angle of 19.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602D15 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 21 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.62 |
| HSL | 19.2º | 0.64% | 0.23% | - |
| HSV(B) | 19.2º | 0.78% | 0.38% | - |
| XYZ | 5.9 | 4.42 | 1.25 | - |
| YUV | 57.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 21 | 0 | 0.53 | 0.78 | 0.62 | 19.2 | 0.64 | 0.23 |
| Hex | 60 | 2D | 15 | 0 | 35 | 4E | 3E | 13 | 40 | 17 |
| Octal | 140 | 55 | 25 | 0 | 65 | 116 | 76 | 23 | 100 | 27 |
| Binary | 1100000 | 101101 | 10101 | 0 | 110101 | 1001110 | 111110 | 10011 | 1000000 | 10111 |
Color Harmonies of #602D15
Complementary color
Monochromatic Colors of #602D15
Black with #602D15
Text Example
Text Example
White with #602D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D15; }
p { color: rgb(96,45,21); }
H1.HeaderClassName
{
color: #602D15;
}
.AnyTagClassName
{
color: #602D15;
}
</style>
background-color css
<style>
a { background-color: #602D15; }
a { background-color: rgb(96,45,21); }
div.DivClassName
{
background-color: #602D15;
}
.BgClassName
{
background-color: #602D15;
}
</style>
border-color css
<style>
span { border-color: #602D15; }
span { border-color: rgb(96,45,21); }
td.TdClassName
{
border-color: #602D15;
}
.TagClassName
{
border-color: #602D15;
}
</style>