Shades of Baker's Chocolate #603A0C
Tints of Baker's Chocolate #603A0C
RGB
CMYK
RGB Variations
Color information
#603A0C (or 0x603A0C) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 0C. RGB value is (96,58,12). Sum of RGB (Red+Green+Blue) = 96+58+12=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A0C is #9FC5F3. Grayscale: #404040. Windows color (decimal): -10470900 or 801376. OLE color: 801376.
HSL color Cylindrical-coordinate representation of color #603A0C: hue angle of 32.86º 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 #603A0C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 12 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.62 |
| HSL | 32.86º | 0.78% | 0.21% | - |
| HSV(B) | 32.86º | 0.88% | 0.38% | - |
| XYZ | 6.4 | 5.54 | 1.08 | - |
| YUV | 64.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 12 | 0 | 0.40 | 0.88 | 0.62 | 32.86 | 0.78 | 0.21 |
| Hex | 60 | 3A | C | 0 | 28 | 58 | 3E | 21 | 4E | 15 |
| Octal | 140 | 72 | 14 | 0 | 50 | 130 | 76 | 41 | 116 | 25 |
| Binary | 1100000 | 111010 | 1100 | 0 | 101000 | 1011000 | 111110 | 100001 | 1001110 | 10101 |
Color Harmonies of #603A0C
Complementary color
Monochromatic Colors of #603A0C
Black with #603A0C
Text Example
Text Example
White with #603A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A0C; }
p { color: rgb(96,58,12); }
H1.HeaderClassName
{
color: #603A0C;
}
.AnyTagClassName
{
color: #603A0C;
}
</style>
background-color css
<style>
a { background-color: #603A0C; }
a { background-color: rgb(96,58,12); }
div.DivClassName
{
background-color: #603A0C;
}
.BgClassName
{
background-color: #603A0C;
}
</style>
border-color css
<style>
span { border-color: #603A0C; }
span { border-color: rgb(96,58,12); }
td.TdClassName
{
border-color: #603A0C;
}
.TagClassName
{
border-color: #603A0C;
}
</style>