Shades of Baker's Chocolate #612A0E
Tints of Baker's Chocolate #612A0E
RGB
CMYK
RGB Variations
Color information
#612A0E (or 0x612A0E) is known color: Baker's Chocolate. HEX triplet: 61, 2A and 0E. RGB value is (97,42,14). Sum of RGB (Red+Green+Blue) = 97+42+14=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A0E is #9ED5F1. Grayscale: #373737. Windows color (decimal): -10409458 or 928353. OLE color: 928353.
HSL color Cylindrical-coordinate representation of color #612A0E: hue angle of 20.24º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #612A0E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 14 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.62 |
| HSL | 20.24º | 0.75% | 0.22% | - |
| HSV(B) | 20.24º | 0.86% | 0.38% | - |
| XYZ | 5.84 | 4.23 | 0.92 | - |
| YUV | 55.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 14 | 0 | 0.57 | 0.86 | 0.62 | 20.24 | 0.75 | 0.22 |
| Hex | 61 | 2A | E | 0 | 39 | 56 | 3E | 14 | 4B | 16 |
| Octal | 141 | 52 | 16 | 0 | 71 | 126 | 76 | 24 | 113 | 26 |
| Binary | 1100001 | 101010 | 1110 | 0 | 111001 | 1010110 | 111110 | 10100 | 1001011 | 10110 |
Color Harmonies of #612A0E
Complementary color
Monochromatic Colors of #612A0E
Black with #612A0E
Text Example
Text Example
White with #612A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A0E; }
p { color: rgb(97,42,14); }
H1.HeaderClassName
{
color: #612A0E;
}
.AnyTagClassName
{
color: #612A0E;
}
</style>
background-color css
<style>
a { background-color: #612A0E; }
a { background-color: rgb(97,42,14); }
div.DivClassName
{
background-color: #612A0E;
}
.BgClassName
{
background-color: #612A0E;
}
</style>
border-color css
<style>
span { border-color: #612A0E; }
span { border-color: rgb(97,42,14); }
td.TdClassName
{
border-color: #612A0E;
}
.TagClassName
{
border-color: #612A0E;
}
</style>