Shades of Baker's Chocolate #60331E
Tints of Baker's Chocolate #60331E
RGB
CMYK
RGB Variations
Color information
#60331E (or 0x60331E) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 1E. RGB value is (96,51,30). Sum of RGB (Red+Green+Blue) = 96+51+30=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60331E is #9FCCE1. Grayscale: #3E3E3E. Windows color (decimal): -10472674 or 1979232. OLE color: 1979232.
HSL color Cylindrical-coordinate representation of color #60331E: hue angle of 19.09º 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 #60331E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 30 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.62 |
| HSL | 19.09º | 0.52% | 0.25% | - |
| HSV(B) | 19.09º | 0.69% | 0.38% | - |
| XYZ | 6.24 | 4.95 | 1.85 | - |
| YUV | 62.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 30 | 0 | 0.47 | 0.69 | 0.62 | 19.09 | 0.52 | 0.25 |
| Hex | 60 | 33 | 1E | 0 | 2F | 45 | 3E | 13 | 34 | 19 |
| Octal | 140 | 63 | 36 | 0 | 57 | 105 | 76 | 23 | 64 | 31 |
| Binary | 1100000 | 110011 | 11110 | 0 | 101111 | 1000101 | 111110 | 10011 | 110100 | 11001 |
Color Harmonies of #60331E
Complementary color
Monochromatic Colors of #60331E
Black with #60331E
Text Example
Text Example
White with #60331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60331E; }
p { color: rgb(96,51,30); }
H1.HeaderClassName
{
color: #60331E;
}
.AnyTagClassName
{
color: #60331E;
}
</style>
background-color css
<style>
a { background-color: #60331E; }
a { background-color: rgb(96,51,30); }
div.DivClassName
{
background-color: #60331E;
}
.BgClassName
{
background-color: #60331E;
}
</style>
border-color css
<style>
span { border-color: #60331E; }
span { border-color: rgb(96,51,30); }
td.TdClassName
{
border-color: #60331E;
}
.TagClassName
{
border-color: #60331E;
}
</style>