Shades of Baker's Chocolate #603516
Tints of Baker's Chocolate #603516
RGB
CMYK
RGB Variations
Color information
#603516 (or 0x603516) is known color: Baker's Chocolate. HEX triplet: 60, 35 and 16. RGB value is (96,53,22). Sum of RGB (Red+Green+Blue) = 96+53+22=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603516 is #9FCAE9. Grayscale: #3E3E3E. Windows color (decimal): -10472170 or 1455456. OLE color: 1455456.
HSL color Cylindrical-coordinate representation of color #603516: hue angle of 25.14º 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 #603516 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 22 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.62 |
| HSL | 25.14º | 0.63% | 0.23% | - |
| HSV(B) | 25.14º | 0.77% | 0.38% | - |
| XYZ | 6.24 | 5.09 | 1.41 | - |
| YUV | 62.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 22 | 0 | 0.45 | 0.77 | 0.62 | 25.14 | 0.63 | 0.23 |
| Hex | 60 | 35 | 16 | 0 | 2D | 4D | 3E | 19 | 3F | 17 |
| Octal | 140 | 65 | 26 | 0 | 55 | 115 | 76 | 31 | 77 | 27 |
| Binary | 1100000 | 110101 | 10110 | 0 | 101101 | 1001101 | 111110 | 11001 | 111111 | 10111 |
Color Harmonies of #603516
Complementary color
Monochromatic Colors of #603516
Black with #603516
Text Example
Text Example
White with #603516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603516; }
p { color: rgb(96,53,22); }
H1.HeaderClassName
{
color: #603516;
}
.AnyTagClassName
{
color: #603516;
}
</style>
background-color css
<style>
a { background-color: #603516; }
a { background-color: rgb(96,53,22); }
div.DivClassName
{
background-color: #603516;
}
.BgClassName
{
background-color: #603516;
}
</style>
border-color css
<style>
span { border-color: #603516; }
span { border-color: rgb(96,53,22); }
td.TdClassName
{
border-color: #603516;
}
.TagClassName
{
border-color: #603516;
}
</style>