Shades of Baker's Chocolate #603C0C
Tints of Baker's Chocolate #603C0C
RGB
CMYK
RGB Variations
Color information
#603C0C (or 0x603C0C) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 0C. RGB value is (96,60,12). Sum of RGB (Red+Green+Blue) = 96+60+12=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C0C is #9FC3F3. Grayscale: #414141. Windows color (decimal): -10470388 or 801888. OLE color: 801888.
HSL color Cylindrical-coordinate representation of color #603C0C: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #603C0C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 12 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.62 |
| HSL | 34.29º | 0.78% | 0.21% | - |
| HSV(B) | 34.29º | 0.88% | 0.38% | - |
| XYZ | 6.51 | 5.75 | 1.11 | - |
| YUV | 65.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 12 | 0 | 0.38 | 0.88 | 0.62 | 34.29 | 0.78 | 0.21 |
| Hex | 60 | 3C | C | 0 | 26 | 58 | 3E | 22 | 4E | 15 |
| Octal | 140 | 74 | 14 | 0 | 46 | 130 | 76 | 42 | 116 | 25 |
| Binary | 1100000 | 111100 | 1100 | 0 | 100110 | 1011000 | 111110 | 100010 | 1001110 | 10101 |
Color Harmonies of #603C0C
Complementary color
Monochromatic Colors of #603C0C
Black with #603C0C
Text Example
Text Example
White with #603C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C0C; }
p { color: rgb(96,60,12); }
H1.HeaderClassName
{
color: #603C0C;
}
.AnyTagClassName
{
color: #603C0C;
}
</style>
background-color css
<style>
a { background-color: #603C0C; }
a { background-color: rgb(96,60,12); }
div.DivClassName
{
background-color: #603C0C;
}
.BgClassName
{
background-color: #603C0C;
}
</style>
border-color css
<style>
span { border-color: #603C0C; }
span { border-color: rgb(96,60,12); }
td.TdClassName
{
border-color: #603C0C;
}
.TagClassName
{
border-color: #603C0C;
}
</style>