Shades of Baker's Chocolate #602D0A
Tints of Baker's Chocolate #602D0A
RGB
CMYK
RGB Variations
Color information
#602D0A (or 0x602D0A) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 0A. RGB value is (96,45,10). Sum of RGB (Red+Green+Blue) = 96+45+10=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D0A is #9FD2F5. Grayscale: #383838. Windows color (decimal): -10474230 or 666976. OLE color: 666976.
HSL color Cylindrical-coordinate representation of color #602D0A: hue angle of 24.42º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #602D0A is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 10 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.62 |
| HSL | 24.42º | 0.81% | 0.21% | - |
| HSV(B) | 24.42º | 0.9% | 0.38% | - |
| XYZ | 5.82 | 4.39 | 0.83 | - |
| YUV | 56.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 10 | 0 | 0.53 | 0.90 | 0.62 | 24.42 | 0.81 | 0.21 |
| Hex | 60 | 2D | A | 0 | 35 | 5A | 3E | 18 | 51 | 15 |
| Octal | 140 | 55 | 12 | 0 | 65 | 132 | 76 | 30 | 121 | 25 |
| Binary | 1100000 | 101101 | 1010 | 0 | 110101 | 1011010 | 111110 | 11000 | 1010001 | 10101 |
Color Harmonies of #602D0A
Complementary color
Monochromatic Colors of #602D0A
Black with #602D0A
Text Example
Text Example
White with #602D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D0A; }
p { color: rgb(96,45,10); }
H1.HeaderClassName
{
color: #602D0A;
}
.AnyTagClassName
{
color: #602D0A;
}
</style>
background-color css
<style>
a { background-color: #602D0A; }
a { background-color: rgb(96,45,10); }
div.DivClassName
{
background-color: #602D0A;
}
.BgClassName
{
background-color: #602D0A;
}
</style>
border-color css
<style>
span { border-color: #602D0A; }
span { border-color: rgb(96,45,10); }
td.TdClassName
{
border-color: #602D0A;
}
.TagClassName
{
border-color: #602D0A;
}
</style>