Shades of Baker's Chocolate #612812
Tints of Baker's Chocolate #612812
RGB
CMYK
RGB Variations
Color information
#612812 (or 0x612812) is known color: Baker's Chocolate. HEX triplet: 61, 28 and 12. RGB value is (97,40,18). Sum of RGB (Red+Green+Blue) = 97+40+18=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612812 is #9ED7ED. Grayscale: #363636. Windows color (decimal): -10409966 or 1189985. OLE color: 1189985.
HSL color Cylindrical-coordinate representation of color #612812: hue angle of 16.71º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612812 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 18 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.62 |
| HSL | 16.71º | 0.69% | 0.23% | - |
| HSV(B) | 16.71º | 0.81% | 0.38% | - |
| XYZ | 5.8 | 4.1 | 1.06 | - |
| YUV | 54.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 18 | 0 | 0.59 | 0.81 | 0.62 | 16.71 | 0.69 | 0.23 |
| Hex | 61 | 28 | 12 | 0 | 3B | 51 | 3E | 11 | 45 | 17 |
| Octal | 141 | 50 | 22 | 0 | 73 | 121 | 76 | 21 | 105 | 27 |
| Binary | 1100001 | 101000 | 10010 | 0 | 111011 | 1010001 | 111110 | 10001 | 1000101 | 10111 |
Color Harmonies of #612812
Complementary color
Monochromatic Colors of #612812
Black with #612812
Text Example
Text Example
White with #612812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612812; }
p { color: rgb(97,40,18); }
H1.HeaderClassName
{
color: #612812;
}
.AnyTagClassName
{
color: #612812;
}
</style>
background-color css
<style>
a { background-color: #612812; }
a { background-color: rgb(97,40,18); }
div.DivClassName
{
background-color: #612812;
}
.BgClassName
{
background-color: #612812;
}
</style>
border-color css
<style>
span { border-color: #612812; }
span { border-color: rgb(97,40,18); }
td.TdClassName
{
border-color: #612812;
}
.TagClassName
{
border-color: #612812;
}
</style>