Shades of Baker's Chocolate #602D0E
Tints of Baker's Chocolate #602D0E
RGB
CMYK
RGB Variations
Color information
#602D0E (or 0x602D0E) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 0E. RGB value is (96,45,14). Sum of RGB (Red+Green+Blue) = 96+45+14=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D0E is #9FD2F1. Grayscale: #383838. Windows color (decimal): -10474226 or 929120. OLE color: 929120.
HSL color Cylindrical-coordinate representation of color #602D0E: hue angle of 22.68º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #602D0E is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 14 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.62 |
| HSL | 22.68º | 0.75% | 0.22% | - |
| HSV(B) | 22.68º | 0.85% | 0.38% | - |
| XYZ | 5.84 | 4.4 | 0.96 | - |
| YUV | 56.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 14 | 0 | 0.53 | 0.85 | 0.62 | 22.68 | 0.75 | 0.22 |
| Hex | 60 | 2D | E | 0 | 35 | 55 | 3E | 17 | 4B | 16 |
| Octal | 140 | 55 | 16 | 0 | 65 | 125 | 76 | 27 | 113 | 26 |
| Binary | 1100000 | 101101 | 1110 | 0 | 110101 | 1010101 | 111110 | 10111 | 1001011 | 10110 |
Color Harmonies of #602D0E
Complementary color
Monochromatic Colors of #602D0E
Black with #602D0E
Text Example
Text Example
White with #602D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D0E; }
p { color: rgb(96,45,14); }
H1.HeaderClassName
{
color: #602D0E;
}
.AnyTagClassName
{
color: #602D0E;
}
</style>
background-color css
<style>
a { background-color: #602D0E; }
a { background-color: rgb(96,45,14); }
div.DivClassName
{
background-color: #602D0E;
}
.BgClassName
{
background-color: #602D0E;
}
</style>
border-color css
<style>
span { border-color: #602D0E; }
span { border-color: rgb(96,45,14); }
td.TdClassName
{
border-color: #602D0E;
}
.TagClassName
{
border-color: #602D0E;
}
</style>