Shades of Baker's Chocolate #612811
Tints of Baker's Chocolate #612811
RGB
CMYK
RGB Variations
Color information
#612811 (or 0x612811) is known color: Baker's Chocolate. HEX triplet: 61, 28 and 11. RGB value is (97,40,17). Sum of RGB (Red+Green+Blue) = 97+40+17=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #612811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612811 is #9ED7EE. Grayscale: #363636. Windows color (decimal): -10409967 or 1124449. OLE color: 1124449.
HSL color Cylindrical-coordinate representation of color #612811: hue angle of 17.25º 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 #612811 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 17 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.62 |
| HSL | 17.25º | 0.7% | 0.22% | - |
| HSV(B) | 17.25º | 0.82% | 0.38% | - |
| XYZ | 5.79 | 4.1 | 1.02 | - |
| YUV | 54.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 17 | 0 | 0.59 | 0.82 | 0.62 | 17.25 | 0.7 | 0.22 |
| Hex | 61 | 28 | 11 | 0 | 3B | 52 | 3E | 11 | 46 | 16 |
| Octal | 141 | 50 | 21 | 0 | 73 | 122 | 76 | 21 | 106 | 26 |
| Binary | 1100001 | 101000 | 10001 | 0 | 111011 | 1010010 | 111110 | 10001 | 1000110 | 10110 |
Color Harmonies of #612811
Complementary color
Monochromatic Colors of #612811
Black with #612811
Text Example
Text Example
White with #612811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612811; }
p { color: rgb(97,40,17); }
H1.HeaderClassName
{
color: #612811;
}
.AnyTagClassName
{
color: #612811;
}
</style>
background-color css
<style>
a { background-color: #612811; }
a { background-color: rgb(97,40,17); }
div.DivClassName
{
background-color: #612811;
}
.BgClassName
{
background-color: #612811;
}
</style>
border-color css
<style>
span { border-color: #612811; }
span { border-color: rgb(97,40,17); }
td.TdClassName
{
border-color: #612811;
}
.TagClassName
{
border-color: #612811;
}
</style>