Shades of Baker's Chocolate #603C0E
Tints of Baker's Chocolate #603C0E
RGB
CMYK
RGB Variations
Color information
#603C0E (or 0x603C0E) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 0E. RGB value is (96,60,14). Sum of RGB (Red+Green+Blue) = 96+60+14=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #603C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C0E is #9FC3F1. Grayscale: #414141. Windows color (decimal): -10470386 or 932960. OLE color: 932960.
HSL color Cylindrical-coordinate representation of color #603C0E: hue angle of 33.66º 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 #603C0E is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 14 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.62 |
| HSL | 33.66º | 0.75% | 0.22% | - |
| HSV(B) | 33.66º | 0.85% | 0.38% | - |
| XYZ | 6.52 | 5.75 | 1.18 | - |
| YUV | 65.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 14 | 0 | 0.38 | 0.85 | 0.62 | 33.66 | 0.75 | 0.22 |
| Hex | 60 | 3C | E | 0 | 26 | 55 | 3E | 22 | 4B | 16 |
| Octal | 140 | 74 | 16 | 0 | 46 | 125 | 76 | 42 | 113 | 26 |
| Binary | 1100000 | 111100 | 1110 | 0 | 100110 | 1010101 | 111110 | 100010 | 1001011 | 10110 |
Color Harmonies of #603C0E
Complementary color
Monochromatic Colors of #603C0E
Black with #603C0E
Text Example
Text Example
White with #603C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C0E; }
p { color: rgb(96,60,14); }
H1.HeaderClassName
{
color: #603C0E;
}
.AnyTagClassName
{
color: #603C0E;
}
</style>
background-color css
<style>
a { background-color: #603C0E; }
a { background-color: rgb(96,60,14); }
div.DivClassName
{
background-color: #603C0E;
}
.BgClassName
{
background-color: #603C0E;
}
</style>
border-color css
<style>
span { border-color: #603C0E; }
span { border-color: rgb(96,60,14); }
td.TdClassName
{
border-color: #603C0E;
}
.TagClassName
{
border-color: #603C0E;
}
</style>