Shades of Baker's Chocolate #512106
Tints of Baker's Chocolate #512106
RGB
CMYK
RGB Variations
Color information
#512106 (or 0x512106) is known color: Baker's Chocolate. HEX triplet: 51, 21 and 06. RGB value is (81,33,6). Sum of RGB (Red+Green+Blue) = 81+33+6=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512106 is #AEDEF9. Grayscale: #2C2C2C. Windows color (decimal): -11460346 or 401745. OLE color: 401745.
HSL color Cylindrical-coordinate representation of color #512106: hue angle of 21.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #512106 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 6 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.68 |
| HSL | 21.6º | 0.86% | 0.17% | - |
| HSV(B) | 21.6º | 0.93% | 0.32% | - |
| XYZ | 3.97 | 2.85 | 0.51 | - |
| YUV | 44.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 6 | 0 | 0.59 | 0.93 | 0.68 | 21.6 | 0.86 | 0.17 |
| Hex | 51 | 21 | 6 | 0 | 3B | 5D | 44 | 16 | 56 | 11 |
| Octal | 121 | 41 | 6 | 0 | 73 | 135 | 104 | 26 | 126 | 21 |
| Binary | 1010001 | 100001 | 110 | 0 | 111011 | 1011101 | 1000100 | 10110 | 1010110 | 10001 |
Color Harmonies of #512106
Complementary color
Monochromatic Colors of #512106
Black with #512106
Text Example
Text Example
White with #512106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512106; }
p { color: rgb(81,33,6); }
H1.HeaderClassName
{
color: #512106;
}
.AnyTagClassName
{
color: #512106;
}
</style>
background-color css
<style>
a { background-color: #512106; }
a { background-color: rgb(81,33,6); }
div.DivClassName
{
background-color: #512106;
}
.BgClassName
{
background-color: #512106;
}
</style>
border-color css
<style>
span { border-color: #512106; }
span { border-color: rgb(81,33,6); }
td.TdClassName
{
border-color: #512106;
}
.TagClassName
{
border-color: #512106;
}
</style>