Shades of Baker's Chocolate #612C0A
Tints of Baker's Chocolate #612C0A
RGB
CMYK
RGB Variations
Color information
#612C0A (or 0x612C0A) is known color: Baker's Chocolate. HEX triplet: 61, 2C and 0A. RGB value is (97,44,10). Sum of RGB (Red+Green+Blue) = 97+44+10=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #612C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612C0A is #9ED3F5. Grayscale: #383838. Windows color (decimal): -10408950 or 666721. OLE color: 666721.
HSL color Cylindrical-coordinate representation of color #612C0A: hue angle of 23.45º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #612C0A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 10 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.62 |
| HSL | 23.45º | 0.81% | 0.21% | - |
| HSV(B) | 23.45º | 0.9% | 0.38% | - |
| XYZ | 5.89 | 4.36 | 0.82 | - |
| YUV | 55.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 10 | 0 | 0.55 | 0.90 | 0.62 | 23.45 | 0.81 | 0.21 |
| Hex | 61 | 2C | A | 0 | 37 | 5A | 3E | 17 | 51 | 15 |
| Octal | 141 | 54 | 12 | 0 | 67 | 132 | 76 | 27 | 121 | 25 |
| Binary | 1100001 | 101100 | 1010 | 0 | 110111 | 1011010 | 111110 | 10111 | 1010001 | 10101 |
Color Harmonies of #612C0A
Complementary color
Monochromatic Colors of #612C0A
Black with #612C0A
Text Example
Text Example
White with #612C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C0A; }
p { color: rgb(97,44,10); }
H1.HeaderClassName
{
color: #612C0A;
}
.AnyTagClassName
{
color: #612C0A;
}
</style>
background-color css
<style>
a { background-color: #612C0A; }
a { background-color: rgb(97,44,10); }
div.DivClassName
{
background-color: #612C0A;
}
.BgClassName
{
background-color: #612C0A;
}
</style>
border-color css
<style>
span { border-color: #612C0A; }
span { border-color: rgb(97,44,10); }
td.TdClassName
{
border-color: #612C0A;
}
.TagClassName
{
border-color: #612C0A;
}
</style>