Shades of Baker's Chocolate #601F00
Tints of Baker's Chocolate #601F00
RGB
CMYK
RGB Variations
Color information
#601F00 (or 0x601F00) is known color: Baker's Chocolate. HEX triplet: 60, 1F and 00. RGB value is (96,31,0). Sum of RGB (Red+Green+Blue) = 96+31+0=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #601F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F00 is #9FE0FF. Grayscale: #2F2F2F. Windows color (decimal): -10477824 or 8032. OLE color: 8032.
HSL color Cylindrical-coordinate representation of color #601F00: hue angle of 19.38º 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 #601F00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 31 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.62 |
| HSL | 19.38º | 1% | 0.19% | - |
| HSV(B) | 19.38º | 1% | 0.38% | - |
| XYZ | 5.31 | 3.47 | 0.39 | - |
| YUV | 46.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 0 | 0 | 0.68 | 1 | 0.62 | 19.38 | 1 | 0.19 |
| Hex | 60 | 1F | 0 | 0 | 44 | 64 | 3E | 13 | 64 | 13 |
| Octal | 140 | 37 | 0 | 0 | 104 | 144 | 76 | 23 | 144 | 23 |
| Binary | 1100000 | 11111 | 0 | 0 | 1000100 | 1100100 | 111110 | 10011 | 1100100 | 10011 |
Color Harmonies of #601F00
Complementary color
Monochromatic Colors of #601F00
Black with #601F00
Text Example
Text Example
White with #601F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601F00; }
p { color: rgb(96,31,0); }
H1.HeaderClassName
{
color: #601F00;
}
.AnyTagClassName
{
color: #601F00;
}
</style>
background-color css
<style>
a { background-color: #601F00; }
a { background-color: rgb(96,31,0); }
div.DivClassName
{
background-color: #601F00;
}
.BgClassName
{
background-color: #601F00;
}
</style>
border-color css
<style>
span { border-color: #601F00; }
span { border-color: rgb(96,31,0); }
td.TdClassName
{
border-color: #601F00;
}
.TagClassName
{
border-color: #601F00;
}
</style>