Shades of Baker's Chocolate #512606
Tints of Baker's Chocolate #512606
RGB
CMYK
RGB Variations
Color information
#512606 (or 0x512606) is known color: Baker's Chocolate. HEX triplet: 51, 26 and 06. RGB value is (81,38,6). Sum of RGB (Red+Green+Blue) = 81+38+6=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #512606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512606 is #AED9F9. Grayscale: #2F2F2F. Windows color (decimal): -11459066 or 403025. OLE color: 403025.
HSL color Cylindrical-coordinate representation of color #512606: hue angle of 25.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 #512606 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 6 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.68 |
| HSL | 25.6º | 0.86% | 0.17% | - |
| HSV(B) | 25.6º | 0.93% | 0.32% | - |
| XYZ | 4.12 | 3.15 | 0.56 | - |
| YUV | 47.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 6 | 0 | 0.53 | 0.93 | 0.68 | 25.6 | 0.86 | 0.17 |
| Hex | 51 | 26 | 6 | 0 | 35 | 5D | 44 | 1A | 56 | 11 |
| Octal | 121 | 46 | 6 | 0 | 65 | 135 | 104 | 32 | 126 | 21 |
| Binary | 1010001 | 100110 | 110 | 0 | 110101 | 1011101 | 1000100 | 11010 | 1010110 | 10001 |
Color Harmonies of #512606
Complementary color
Monochromatic Colors of #512606
Black with #512606
Text Example
Text Example
White with #512606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512606; }
p { color: rgb(81,38,6); }
H1.HeaderClassName
{
color: #512606;
}
.AnyTagClassName
{
color: #512606;
}
</style>
background-color css
<style>
a { background-color: #512606; }
a { background-color: rgb(81,38,6); }
div.DivClassName
{
background-color: #512606;
}
.BgClassName
{
background-color: #512606;
}
</style>
border-color css
<style>
span { border-color: #512606; }
span { border-color: rgb(81,38,6); }
td.TdClassName
{
border-color: #512606;
}
.TagClassName
{
border-color: #512606;
}
</style>