Shades of Baker's Chocolate #612D11
Tints of Baker's Chocolate #612D11
RGB
CMYK
RGB Variations
Color information
#612D11 (or 0x612D11) is known color: Baker's Chocolate. HEX triplet: 61, 2D and 11. RGB value is (97,45,17). Sum of RGB (Red+Green+Blue) = 97+45+17=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #612D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D11 is #9ED2EE. Grayscale: #393939. Windows color (decimal): -10408687 or 1125729. OLE color: 1125729.
HSL color Cylindrical-coordinate representation of color #612D11: hue angle of 21º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612D11 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 17 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.62 |
| HSL | 21º | 0.7% | 0.22% | - |
| HSV(B) | 21º | 0.82% | 0.38% | - |
| XYZ | 5.97 | 4.46 | 1.08 | - |
| YUV | 57.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 17 | 0 | 0.54 | 0.82 | 0.62 | 21 | 0.7 | 0.22 |
| Hex | 61 | 2D | 11 | 0 | 36 | 52 | 3E | 15 | 46 | 16 |
| Octal | 141 | 55 | 21 | 0 | 66 | 122 | 76 | 25 | 106 | 26 |
| Binary | 1100001 | 101101 | 10001 | 0 | 110110 | 1010010 | 111110 | 10101 | 1000110 | 10110 |
Color Harmonies of #612D11
Complementary color
Monochromatic Colors of #612D11
Black with #612D11
Text Example
Text Example
White with #612D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D11; }
p { color: rgb(97,45,17); }
H1.HeaderClassName
{
color: #612D11;
}
.AnyTagClassName
{
color: #612D11;
}
</style>
background-color css
<style>
a { background-color: #612D11; }
a { background-color: rgb(97,45,17); }
div.DivClassName
{
background-color: #612D11;
}
.BgClassName
{
background-color: #612D11;
}
</style>
border-color css
<style>
span { border-color: #612D11; }
span { border-color: rgb(97,45,17); }
td.TdClassName
{
border-color: #612D11;
}
.TagClassName
{
border-color: #612D11;
}
</style>