Shades of Baker's Chocolate #612C16
Tints of Baker's Chocolate #612C16
RGB
CMYK
RGB Variations
Color information
#612C16 (or 0x612C16) is known color: Baker's Chocolate. HEX triplet: 61, 2C and 16. RGB value is (97,44,22). Sum of RGB (Red+Green+Blue) = 97+44+22=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612C16 is #9ED3E9. Grayscale: #393939. Windows color (decimal): -10408938 or 1453153. OLE color: 1453153.
HSL color Cylindrical-coordinate representation of color #612C16: hue angle of 17.6º 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 #612C16 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 22 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.62 |
| HSL | 17.6º | 0.63% | 0.23% | - |
| HSV(B) | 17.6º | 0.77% | 0.38% | - |
| XYZ | 5.98 | 4.4 | 1.29 | - |
| YUV | 57.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 22 | 0 | 0.55 | 0.77 | 0.62 | 17.6 | 0.63 | 0.23 |
| Hex | 61 | 2C | 16 | 0 | 37 | 4D | 3E | 12 | 3F | 17 |
| Octal | 141 | 54 | 26 | 0 | 67 | 115 | 76 | 22 | 77 | 27 |
| Binary | 1100001 | 101100 | 10110 | 0 | 110111 | 1001101 | 111110 | 10010 | 111111 | 10111 |
Color Harmonies of #612C16
Complementary color
Monochromatic Colors of #612C16
Black with #612C16
Text Example
Text Example
White with #612C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C16; }
p { color: rgb(97,44,22); }
H1.HeaderClassName
{
color: #612C16;
}
.AnyTagClassName
{
color: #612C16;
}
</style>
background-color css
<style>
a { background-color: #612C16; }
a { background-color: rgb(97,44,22); }
div.DivClassName
{
background-color: #612C16;
}
.BgClassName
{
background-color: #612C16;
}
</style>
border-color css
<style>
span { border-color: #612C16; }
span { border-color: rgb(97,44,22); }
td.TdClassName
{
border-color: #612C16;
}
.TagClassName
{
border-color: #612C16;
}
</style>