Shades of Baker's Chocolate #60351E
Tints of Baker's Chocolate #60351E
RGB
CMYK
RGB Variations
Color information
#60351E (or 0x60351E) is known color: Baker's Chocolate. HEX triplet: 60, 35 and 1E. RGB value is (96,53,30). Sum of RGB (Red+Green+Blue) = 96+53+30=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60351E is #9FCAE1. Grayscale: #3F3F3F. Windows color (decimal): -10472162 or 1979744. OLE color: 1979744.
HSL color Cylindrical-coordinate representation of color #60351E: hue angle of 20.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60351E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 30 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.62 |
| HSL | 20.91º | 0.52% | 0.25% | - |
| HSV(B) | 20.91º | 0.69% | 0.38% | - |
| XYZ | 6.33 | 5.13 | 1.88 | - |
| YUV | 63.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 30 | 0 | 0.45 | 0.69 | 0.62 | 20.91 | 0.52 | 0.25 |
| Hex | 60 | 35 | 1E | 0 | 2D | 45 | 3E | 15 | 34 | 19 |
| Octal | 140 | 65 | 36 | 0 | 55 | 105 | 76 | 25 | 64 | 31 |
| Binary | 1100000 | 110101 | 11110 | 0 | 101101 | 1000101 | 111110 | 10101 | 110100 | 11001 |
Color Harmonies of #60351E
Complementary color
Monochromatic Colors of #60351E
Black with #60351E
Text Example
Text Example
White with #60351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60351E; }
p { color: rgb(96,53,30); }
H1.HeaderClassName
{
color: #60351E;
}
.AnyTagClassName
{
color: #60351E;
}
</style>
background-color css
<style>
a { background-color: #60351E; }
a { background-color: rgb(96,53,30); }
div.DivClassName
{
background-color: #60351E;
}
.BgClassName
{
background-color: #60351E;
}
</style>
border-color css
<style>
span { border-color: #60351E; }
span { border-color: rgb(96,53,30); }
td.TdClassName
{
border-color: #60351E;
}
.TagClassName
{
border-color: #60351E;
}
</style>