Shades of Baker's Chocolate #612E0B
Tints of Baker's Chocolate #612E0B
RGB
CMYK
RGB Variations
Color information
#612E0B (or 0x612E0B) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 0B. RGB value is (97,46,11). Sum of RGB (Red+Green+Blue) = 97+46+11=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #612E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E0B is #9ED1F4. Grayscale: #393939. Windows color (decimal): -10408437 or 732769. OLE color: 732769.
HSL color Cylindrical-coordinate representation of color #612E0B: hue angle of 24.42º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #612E0B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 11 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.62 |
| HSL | 24.42º | 0.8% | 0.21% | - |
| HSV(B) | 24.42º | 0.89% | 0.38% | - |
| XYZ | 5.97 | 4.52 | 0.87 | - |
| YUV | 57.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 11 | 0 | 0.53 | 0.89 | 0.62 | 24.42 | 0.8 | 0.21 |
| Hex | 61 | 2E | B | 0 | 35 | 59 | 3E | 18 | 50 | 15 |
| Octal | 141 | 56 | 13 | 0 | 65 | 131 | 76 | 30 | 120 | 25 |
| Binary | 1100001 | 101110 | 1011 | 0 | 110101 | 1011001 | 111110 | 11000 | 1010000 | 10101 |
Color Harmonies of #612E0B
Complementary color
Monochromatic Colors of #612E0B
Black with #612E0B
Text Example
Text Example
White with #612E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E0B; }
p { color: rgb(97,46,11); }
H1.HeaderClassName
{
color: #612E0B;
}
.AnyTagClassName
{
color: #612E0B;
}
</style>
background-color css
<style>
a { background-color: #612E0B; }
a { background-color: rgb(97,46,11); }
div.DivClassName
{
background-color: #612E0B;
}
.BgClassName
{
background-color: #612E0B;
}
</style>
border-color css
<style>
span { border-color: #612E0B; }
span { border-color: rgb(97,46,11); }
td.TdClassName
{
border-color: #612E0B;
}
.TagClassName
{
border-color: #612E0B;
}
</style>