Shades of Baker's Chocolate #603116
Tints of Baker's Chocolate #603116
RGB
CMYK
RGB Variations
Color information
#603116 (or 0x603116) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 16. RGB value is (96,49,22). Sum of RGB (Red+Green+Blue) = 96+49+22=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603116 is #9FCEE9. Grayscale: #3C3C3C. Windows color (decimal): -10473194 or 1454432. OLE color: 1454432.
HSL color Cylindrical-coordinate representation of color #603116: hue angle of 21.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #603116 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 22 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.62 |
| HSL | 21.89º | 0.63% | 0.23% | - |
| HSV(B) | 21.89º | 0.77% | 0.38% | - |
| XYZ | 6.07 | 4.74 | 1.35 | - |
| YUV | 59.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 22 | 0 | 0.49 | 0.77 | 0.62 | 21.89 | 0.63 | 0.23 |
| Hex | 60 | 31 | 16 | 0 | 31 | 4D | 3E | 16 | 3F | 17 |
| Octal | 140 | 61 | 26 | 0 | 61 | 115 | 76 | 26 | 77 | 27 |
| Binary | 1100000 | 110001 | 10110 | 0 | 110001 | 1001101 | 111110 | 10110 | 111111 | 10111 |
Color Harmonies of #603116
Complementary color
Monochromatic Colors of #603116
Black with #603116
Text Example
Text Example
White with #603116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603116; }
p { color: rgb(96,49,22); }
H1.HeaderClassName
{
color: #603116;
}
.AnyTagClassName
{
color: #603116;
}
</style>
background-color css
<style>
a { background-color: #603116; }
a { background-color: rgb(96,49,22); }
div.DivClassName
{
background-color: #603116;
}
.BgClassName
{
background-color: #603116;
}
</style>
border-color css
<style>
span { border-color: #603116; }
span { border-color: rgb(96,49,22); }
td.TdClassName
{
border-color: #603116;
}
.TagClassName
{
border-color: #603116;
}
</style>