Shades of Baker's Chocolate #603D0E
Tints of Baker's Chocolate #603D0E
RGB
CMYK
RGB Variations
Color information
#603D0E (or 0x603D0E) is known color: Baker's Chocolate. HEX triplet: 60, 3D and 0E. RGB value is (96,61,14). Sum of RGB (Red+Green+Blue) = 96+61+14=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D0E is #9FC2F1. Grayscale: #424242. Windows color (decimal): -10470130 or 933216. OLE color: 933216.
HSL color Cylindrical-coordinate representation of color #603D0E: hue angle of 34.39º 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 #603D0E is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 14 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.62 |
| HSL | 34.39º | 0.75% | 0.22% | - |
| HSV(B) | 34.39º | 0.85% | 0.38% | - |
| XYZ | 6.57 | 5.86 | 1.2 | - |
| YUV | 66.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 14 | 0 | 0.36 | 0.85 | 0.62 | 34.39 | 0.75 | 0.22 |
| Hex | 60 | 3D | E | 0 | 24 | 55 | 3E | 22 | 4B | 16 |
| Octal | 140 | 75 | 16 | 0 | 44 | 125 | 76 | 42 | 113 | 26 |
| Binary | 1100000 | 111101 | 1110 | 0 | 100100 | 1010101 | 111110 | 100010 | 1001011 | 10110 |
Color Harmonies of #603D0E
Complementary color
Monochromatic Colors of #603D0E
Black with #603D0E
Text Example
Text Example
White with #603D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D0E; }
p { color: rgb(96,61,14); }
H1.HeaderClassName
{
color: #603D0E;
}
.AnyTagClassName
{
color: #603D0E;
}
</style>
background-color css
<style>
a { background-color: #603D0E; }
a { background-color: rgb(96,61,14); }
div.DivClassName
{
background-color: #603D0E;
}
.BgClassName
{
background-color: #603D0E;
}
</style>
border-color css
<style>
span { border-color: #603D0E; }
span { border-color: rgb(96,61,14); }
td.TdClassName
{
border-color: #603D0E;
}
.TagClassName
{
border-color: #603D0E;
}
</style>