Shades of Baker's Chocolate #601C04
Tints of Baker's Chocolate #601C04
RGB
CMYK
RGB Variations
Color information
#601C04 (or 0x601C04) is known color: Baker's Chocolate. HEX triplet: 60, 1C and 04. RGB value is (96,28,4). Sum of RGB (Red+Green+Blue) = 96+28+4=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #601C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C04 is #9FE3FB. Grayscale: #2D2D2D. Windows color (decimal): -10478588 or 269408. OLE color: 269408.
HSL color Cylindrical-coordinate representation of color #601C04: hue angle of 15.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #601C04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 4 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.62 |
| HSL | 15.65º | 0.92% | 0.2% | - |
| HSV(B) | 15.65º | 0.96% | 0.38% | - |
| XYZ | 5.26 | 3.33 | 0.48 | - |
| YUV | 45.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 4 | 0 | 0.71 | 0.96 | 0.62 | 15.65 | 0.92 | 0.2 |
| Hex | 60 | 1C | 4 | 0 | 47 | 60 | 3E | 10 | 5C | 14 |
| Octal | 140 | 34 | 4 | 0 | 107 | 140 | 76 | 20 | 134 | 24 |
| Binary | 1100000 | 11100 | 100 | 0 | 1000111 | 1100000 | 111110 | 10000 | 1011100 | 10100 |
Color Harmonies of #601C04
Complementary color
Monochromatic Colors of #601C04
Black with #601C04
Text Example
Text Example
White with #601C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C04; }
p { color: rgb(96,28,4); }
H1.HeaderClassName
{
color: #601C04;
}
.AnyTagClassName
{
color: #601C04;
}
</style>
background-color css
<style>
a { background-color: #601C04; }
a { background-color: rgb(96,28,4); }
div.DivClassName
{
background-color: #601C04;
}
.BgClassName
{
background-color: #601C04;
}
</style>
border-color css
<style>
span { border-color: #601C04; }
span { border-color: rgb(96,28,4); }
td.TdClassName
{
border-color: #601C04;
}
.TagClassName
{
border-color: #601C04;
}
</style>