Shades of Baker's Chocolate #603C0A
Tints of Baker's Chocolate #603C0A
RGB
CMYK
RGB Variations
Color information
#603C0A (or 0x603C0A) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 0A. RGB value is (96,60,10). Sum of RGB (Red+Green+Blue) = 96+60+10=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C0A is #9FC3F5. Grayscale: #414141. Windows color (decimal): -10470390 or 670816. OLE color: 670816.
HSL color Cylindrical-coordinate representation of color #603C0A: hue angle of 34.88º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #603C0A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 10 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.62 |
| HSL | 34.88º | 0.81% | 0.21% | - |
| HSV(B) | 34.88º | 0.9% | 0.38% | - |
| XYZ | 6.49 | 5.74 | 1.05 | - |
| YUV | 65.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 10 | 0 | 0.38 | 0.90 | 0.62 | 34.88 | 0.81 | 0.21 |
| Hex | 60 | 3C | A | 0 | 26 | 5A | 3E | 23 | 51 | 15 |
| Octal | 140 | 74 | 12 | 0 | 46 | 132 | 76 | 43 | 121 | 25 |
| Binary | 1100000 | 111100 | 1010 | 0 | 100110 | 1011010 | 111110 | 100011 | 1010001 | 10101 |
Color Harmonies of #603C0A
Complementary color
Monochromatic Colors of #603C0A
Black with #603C0A
Text Example
Text Example
White with #603C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C0A; }
p { color: rgb(96,60,10); }
H1.HeaderClassName
{
color: #603C0A;
}
.AnyTagClassName
{
color: #603C0A;
}
</style>
background-color css
<style>
a { background-color: #603C0A; }
a { background-color: rgb(96,60,10); }
div.DivClassName
{
background-color: #603C0A;
}
.BgClassName
{
background-color: #603C0A;
}
</style>
border-color css
<style>
span { border-color: #603C0A; }
span { border-color: rgb(96,60,10); }
td.TdClassName
{
border-color: #603C0A;
}
.TagClassName
{
border-color: #603C0A;
}
</style>