Shades of Baker's Chocolate #612E0A
Tints of Baker's Chocolate #612E0A
RGB
CMYK
RGB Variations
Color information
#612E0A (or 0x612E0A) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 0A. RGB value is (97,46,10). Sum of RGB (Red+Green+Blue) = 97+46+10=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E0A is #9ED1F5. Grayscale: #393939. Windows color (decimal): -10408438 or 667233. OLE color: 667233.
HSL color Cylindrical-coordinate representation of color #612E0A: hue angle of 24.83º 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 #612E0A is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 10 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.62 |
| HSL | 24.83º | 0.81% | 0.21% | - |
| HSV(B) | 24.83º | 0.9% | 0.38% | - |
| XYZ | 5.96 | 4.52 | 0.84 | - |
| YUV | 57.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 10 | 0 | 0.53 | 0.90 | 0.62 | 24.83 | 0.81 | 0.21 |
| Hex | 61 | 2E | A | 0 | 35 | 5A | 3E | 19 | 51 | 15 |
| Octal | 141 | 56 | 12 | 0 | 65 | 132 | 76 | 31 | 121 | 25 |
| Binary | 1100001 | 101110 | 1010 | 0 | 110101 | 1011010 | 111110 | 11001 | 1010001 | 10101 |
Color Harmonies of #612E0A
Complementary color
Monochromatic Colors of #612E0A
Black with #612E0A
Text Example
Text Example
White with #612E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E0A; }
p { color: rgb(97,46,10); }
H1.HeaderClassName
{
color: #612E0A;
}
.AnyTagClassName
{
color: #612E0A;
}
</style>
background-color css
<style>
a { background-color: #612E0A; }
a { background-color: rgb(97,46,10); }
div.DivClassName
{
background-color: #612E0A;
}
.BgClassName
{
background-color: #612E0A;
}
</style>
border-color css
<style>
span { border-color: #612E0A; }
span { border-color: rgb(97,46,10); }
td.TdClassName
{
border-color: #612E0A;
}
.TagClassName
{
border-color: #612E0A;
}
</style>