Shades of Baker's Chocolate #603A0E
Tints of Baker's Chocolate #603A0E
RGB
CMYK
RGB Variations
Color information
#603A0E (or 0x603A0E) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 0E. RGB value is (96,58,14). Sum of RGB (Red+Green+Blue) = 96+58+14=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A0E is #9FC5F1. Grayscale: #404040. Windows color (decimal): -10470898 or 932448. OLE color: 932448.
HSL color Cylindrical-coordinate representation of color #603A0E: hue angle of 32.2º 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 #603A0E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 14 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.62 |
| HSL | 32.2º | 0.75% | 0.22% | - |
| HSV(B) | 32.2º | 0.85% | 0.38% | - |
| XYZ | 6.42 | 5.54 | 1.15 | - |
| YUV | 64.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 14 | 0 | 0.40 | 0.85 | 0.62 | 32.2 | 0.75 | 0.22 |
| Hex | 60 | 3A | E | 0 | 28 | 55 | 3E | 20 | 4B | 16 |
| Octal | 140 | 72 | 16 | 0 | 50 | 125 | 76 | 40 | 113 | 26 |
| Binary | 1100000 | 111010 | 1110 | 0 | 101000 | 1010101 | 111110 | 100000 | 1001011 | 10110 |
Color Harmonies of #603A0E
Complementary color
Monochromatic Colors of #603A0E
Black with #603A0E
Text Example
Text Example
White with #603A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A0E; }
p { color: rgb(96,58,14); }
H1.HeaderClassName
{
color: #603A0E;
}
.AnyTagClassName
{
color: #603A0E;
}
</style>
background-color css
<style>
a { background-color: #603A0E; }
a { background-color: rgb(96,58,14); }
div.DivClassName
{
background-color: #603A0E;
}
.BgClassName
{
background-color: #603A0E;
}
</style>
border-color css
<style>
span { border-color: #603A0E; }
span { border-color: rgb(96,58,14); }
td.TdClassName
{
border-color: #603A0E;
}
.TagClassName
{
border-color: #603A0E;
}
</style>