Shades of Baker's Chocolate #602D0D
Tints of Baker's Chocolate #602D0D
RGB
CMYK
RGB Variations
Color information
#602D0D (or 0x602D0D) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 0D. RGB value is (96,45,13). Sum of RGB (Red+Green+Blue) = 96+45+13=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #602D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D0D is #9FD2F2. Grayscale: #383838. Windows color (decimal): -10474227 or 863584. OLE color: 863584.
HSL color Cylindrical-coordinate representation of color #602D0D: hue angle of 23.13º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #602D0D is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 13 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.62 |
| HSL | 23.13º | 0.76% | 0.21% | - |
| HSV(B) | 23.13º | 0.86% | 0.38% | - |
| XYZ | 5.83 | 4.39 | 0.92 | - |
| YUV | 56.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 13 | 0 | 0.53 | 0.86 | 0.62 | 23.13 | 0.76 | 0.21 |
| Hex | 60 | 2D | D | 0 | 35 | 56 | 3E | 17 | 4C | 15 |
| Octal | 140 | 55 | 15 | 0 | 65 | 126 | 76 | 27 | 114 | 25 |
| Binary | 1100000 | 101101 | 1101 | 0 | 110101 | 1010110 | 111110 | 10111 | 1001100 | 10101 |
Color Harmonies of #602D0D
Complementary color
Monochromatic Colors of #602D0D
Black with #602D0D
Text Example
Text Example
White with #602D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D0D; }
p { color: rgb(96,45,13); }
H1.HeaderClassName
{
color: #602D0D;
}
.AnyTagClassName
{
color: #602D0D;
}
</style>
background-color css
<style>
a { background-color: #602D0D; }
a { background-color: rgb(96,45,13); }
div.DivClassName
{
background-color: #602D0D;
}
.BgClassName
{
background-color: #602D0D;
}
</style>
border-color css
<style>
span { border-color: #602D0D; }
span { border-color: rgb(96,45,13); }
td.TdClassName
{
border-color: #602D0D;
}
.TagClassName
{
border-color: #602D0D;
}
</style>