Shades of Baker's Chocolate #603B0E
Tints of Baker's Chocolate #603B0E
RGB
CMYK
RGB Variations
Color information
#603B0E (or 0x603B0E) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 0E. RGB value is (96,59,14). Sum of RGB (Red+Green+Blue) = 96+59+14=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B0E is #9FC4F1. Grayscale: #414141. Windows color (decimal): -10470642 or 932704. OLE color: 932704.
HSL color Cylindrical-coordinate representation of color #603B0E: hue angle of 32.93º 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 #603B0E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 14 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.62 |
| HSL | 32.93º | 0.75% | 0.22% | - |
| HSV(B) | 32.93º | 0.85% | 0.38% | - |
| XYZ | 6.47 | 5.65 | 1.16 | - |
| YUV | 64.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 14 | 0 | 0.39 | 0.85 | 0.62 | 32.93 | 0.75 | 0.22 |
| Hex | 60 | 3B | E | 0 | 27 | 55 | 3E | 21 | 4B | 16 |
| Octal | 140 | 73 | 16 | 0 | 47 | 125 | 76 | 41 | 113 | 26 |
| Binary | 1100000 | 111011 | 1110 | 0 | 100111 | 1010101 | 111110 | 100001 | 1001011 | 10110 |
Color Harmonies of #603B0E
Complementary color
Monochromatic Colors of #603B0E
Black with #603B0E
Text Example
Text Example
White with #603B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B0E; }
p { color: rgb(96,59,14); }
H1.HeaderClassName
{
color: #603B0E;
}
.AnyTagClassName
{
color: #603B0E;
}
</style>
background-color css
<style>
a { background-color: #603B0E; }
a { background-color: rgb(96,59,14); }
div.DivClassName
{
background-color: #603B0E;
}
.BgClassName
{
background-color: #603B0E;
}
</style>
border-color css
<style>
span { border-color: #603B0E; }
span { border-color: rgb(96,59,14); }
td.TdClassName
{
border-color: #603B0E;
}
.TagClassName
{
border-color: #603B0E;
}
</style>