Shades of Baker's Chocolate #612D12
Tints of Baker's Chocolate #612D12
RGB
CMYK
RGB Variations
Color information
#612D12 (or 0x612D12) is known color: Baker's Chocolate. HEX triplet: 61, 2D and 12. RGB value is (97,45,18). Sum of RGB (Red+Green+Blue) = 97+45+18=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #612D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D12 is #9ED2ED. Grayscale: #393939. Windows color (decimal): -10408686 or 1191265. OLE color: 1191265.
HSL color Cylindrical-coordinate representation of color #612D12: hue angle of 20.51º 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 #612D12 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 18 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.62 |
| HSL | 20.51º | 0.69% | 0.23% | - |
| HSV(B) | 20.51º | 0.81% | 0.38% | - |
| XYZ | 5.98 | 4.46 | 1.12 | - |
| YUV | 57.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 18 | 0 | 0.54 | 0.81 | 0.62 | 20.51 | 0.69 | 0.23 |
| Hex | 61 | 2D | 12 | 0 | 36 | 51 | 3E | 15 | 45 | 17 |
| Octal | 141 | 55 | 22 | 0 | 66 | 121 | 76 | 25 | 105 | 27 |
| Binary | 1100001 | 101101 | 10010 | 0 | 110110 | 1010001 | 111110 | 10101 | 1000101 | 10111 |
Color Harmonies of #612D12
Complementary color
Monochromatic Colors of #612D12
Black with #612D12
Text Example
Text Example
White with #612D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D12; }
p { color: rgb(97,45,18); }
H1.HeaderClassName
{
color: #612D12;
}
.AnyTagClassName
{
color: #612D12;
}
</style>
background-color css
<style>
a { background-color: #612D12; }
a { background-color: rgb(97,45,18); }
div.DivClassName
{
background-color: #612D12;
}
.BgClassName
{
background-color: #612D12;
}
</style>
border-color css
<style>
span { border-color: #612D12; }
span { border-color: rgb(97,45,18); }
td.TdClassName
{
border-color: #612D12;
}
.TagClassName
{
border-color: #612D12;
}
</style>