Shades of Baker's Chocolate #603111
Tints of Baker's Chocolate #603111
RGB
CMYK
RGB Variations
Color information
#603111 (or 0x603111) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 11. RGB value is (96,49,17). Sum of RGB (Red+Green+Blue) = 96+49+17=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #603111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603111 is #9FCEEE. Grayscale: #3B3B3B. Windows color (decimal): -10473199 or 1126752. OLE color: 1126752.
HSL color Cylindrical-coordinate representation of color #603111: hue angle of 24.3º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #603111 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 17 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.62 |
| HSL | 24.3º | 0.7% | 0.22% | - |
| HSV(B) | 24.3º | 0.82% | 0.38% | - |
| XYZ | 6.02 | 4.72 | 1.12 | - |
| YUV | 59.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 17 | 0 | 0.49 | 0.82 | 0.62 | 24.3 | 0.7 | 0.22 |
| Hex | 60 | 31 | 11 | 0 | 31 | 52 | 3E | 18 | 46 | 16 |
| Octal | 140 | 61 | 21 | 0 | 61 | 122 | 76 | 30 | 106 | 26 |
| Binary | 1100000 | 110001 | 10001 | 0 | 110001 | 1010010 | 111110 | 11000 | 1000110 | 10110 |
Color Harmonies of #603111
Complementary color
Monochromatic Colors of #603111
Black with #603111
Text Example
Text Example
White with #603111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603111; }
p { color: rgb(96,49,17); }
H1.HeaderClassName
{
color: #603111;
}
.AnyTagClassName
{
color: #603111;
}
</style>
background-color css
<style>
a { background-color: #603111; }
a { background-color: rgb(96,49,17); }
div.DivClassName
{
background-color: #603111;
}
.BgClassName
{
background-color: #603111;
}
</style>
border-color css
<style>
span { border-color: #603111; }
span { border-color: rgb(96,49,17); }
td.TdClassName
{
border-color: #603111;
}
.TagClassName
{
border-color: #603111;
}
</style>