Shades of Baker's Chocolate #602D12
Tints of Baker's Chocolate #602D12
RGB
CMYK
RGB Variations
Color information
#602D12 (or 0x602D12) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 12. RGB value is (96,45,18). Sum of RGB (Red+Green+Blue) = 96+45+18=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #602D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D12 is #9FD2ED. Grayscale: #393939. Windows color (decimal): -10474222 or 1191264. OLE color: 1191264.
HSL color Cylindrical-coordinate representation of color #602D12: hue angle of 20.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602D12 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 18 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.62 |
| HSL | 20.77º | 0.68% | 0.22% | - |
| HSV(B) | 20.77º | 0.81% | 0.38% | - |
| XYZ | 5.87 | 4.41 | 1.11 | - |
| YUV | 57.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 18 | 0 | 0.53 | 0.81 | 0.62 | 20.77 | 0.68 | 0.22 |
| Hex | 60 | 2D | 12 | 0 | 35 | 51 | 3E | 15 | 44 | 16 |
| Octal | 140 | 55 | 22 | 0 | 65 | 121 | 76 | 25 | 104 | 26 |
| Binary | 1100000 | 101101 | 10010 | 0 | 110101 | 1010001 | 111110 | 10101 | 1000100 | 10110 |
Color Harmonies of #602D12
Complementary color
Monochromatic Colors of #602D12
Black with #602D12
Text Example
Text Example
White with #602D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D12; }
p { color: rgb(96,45,18); }
H1.HeaderClassName
{
color: #602D12;
}
.AnyTagClassName
{
color: #602D12;
}
</style>
background-color css
<style>
a { background-color: #602D12; }
a { background-color: rgb(96,45,18); }
div.DivClassName
{
background-color: #602D12;
}
.BgClassName
{
background-color: #602D12;
}
</style>
border-color css
<style>
span { border-color: #602D12; }
span { border-color: rgb(96,45,18); }
td.TdClassName
{
border-color: #602D12;
}
.TagClassName
{
border-color: #602D12;
}
</style>