Shades of Baker's Chocolate #602C15
Tints of Baker's Chocolate #602C15
RGB
CMYK
RGB Variations
Color information
#602C15 (or 0x602C15) is known color: Baker's Chocolate. HEX triplet: 60, 2C and 15. RGB value is (96,44,21). Sum of RGB (Red+Green+Blue) = 96+44+21=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #602C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602C15 is #9FD3EA. Grayscale: #393939. Windows color (decimal): -10474475 or 1387616. OLE color: 1387616.
HSL color Cylindrical-coordinate representation of color #602C15: hue angle of 18.4º 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 #602C15 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 21 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.62 |
| HSL | 18.4º | 0.64% | 0.23% | - |
| HSV(B) | 18.4º | 0.78% | 0.38% | - |
| XYZ | 5.86 | 4.34 | 1.24 | - |
| YUV | 56.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 21 | 0 | 0.54 | 0.78 | 0.62 | 18.4 | 0.64 | 0.23 |
| Hex | 60 | 2C | 15 | 0 | 36 | 4E | 3E | 12 | 40 | 17 |
| Octal | 140 | 54 | 25 | 0 | 66 | 116 | 76 | 22 | 100 | 27 |
| Binary | 1100000 | 101100 | 10101 | 0 | 110110 | 1001110 | 111110 | 10010 | 1000000 | 10111 |
Color Harmonies of #602C15
Complementary color
Monochromatic Colors of #602C15
Black with #602C15
Text Example
Text Example
White with #602C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C15; }
p { color: rgb(96,44,21); }
H1.HeaderClassName
{
color: #602C15;
}
.AnyTagClassName
{
color: #602C15;
}
</style>
background-color css
<style>
a { background-color: #602C15; }
a { background-color: rgb(96,44,21); }
div.DivClassName
{
background-color: #602C15;
}
.BgClassName
{
background-color: #602C15;
}
</style>
border-color css
<style>
span { border-color: #602C15; }
span { border-color: rgb(96,44,21); }
td.TdClassName
{
border-color: #602C15;
}
.TagClassName
{
border-color: #602C15;
}
</style>