Shades of Baker's Chocolate #601D00
Tints of Baker's Chocolate #601D00
RGB
CMYK
RGB Variations
Color information
#601D00 (or 0x601D00) is known color: Baker's Chocolate. HEX triplet: 60, 1D and 00. RGB value is (96,29,0). Sum of RGB (Red+Green+Blue) = 96+29+0=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #601D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D00 is #9FE2FF. Grayscale: #2D2D2D. Windows color (decimal): -10478336 or 7520. OLE color: 7520.
HSL color Cylindrical-coordinate representation of color #601D00: hue angle of 18.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #601D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.62 |
| HSL | 18.13º | 1% | 0.19% | - |
| HSV(B) | 18.13º | 1% | 0.38% | - |
| XYZ | 5.26 | 3.37 | 0.37 | - |
| YUV | 45.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 0 | 0 | 0.70 | 1 | 0.62 | 18.13 | 1 | 0.19 |
| Hex | 60 | 1D | 0 | 0 | 46 | 64 | 3E | 12 | 64 | 13 |
| Octal | 140 | 35 | 0 | 0 | 106 | 144 | 76 | 22 | 144 | 23 |
| Binary | 1100000 | 11101 | 0 | 0 | 1000110 | 1100100 | 111110 | 10010 | 1100100 | 10011 |
Color Harmonies of #601D00
Complementary color
Monochromatic Colors of #601D00
Black with #601D00
Text Example
Text Example
White with #601D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D00; }
p { color: rgb(96,29,0); }
H1.HeaderClassName
{
color: #601D00;
}
.AnyTagClassName
{
color: #601D00;
}
</style>
background-color css
<style>
a { background-color: #601D00; }
a { background-color: rgb(96,29,0); }
div.DivClassName
{
background-color: #601D00;
}
.BgClassName
{
background-color: #601D00;
}
</style>
border-color css
<style>
span { border-color: #601D00; }
span { border-color: rgb(96,29,0); }
td.TdClassName
{
border-color: #601D00;
}
.TagClassName
{
border-color: #601D00;
}
</style>