Shades of Baker's Chocolate #64280E
Tints of Baker's Chocolate #64280E
RGB
CMYK
RGB Variations
Color information
#64280E (or 0x64280E) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 0E. RGB value is (100,40,14). Sum of RGB (Red+Green+Blue) = 100+40+14=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #64280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64280E is #9BD7F1. Grayscale: #373737. Windows color (decimal): -10213362 or 927844. OLE color: 927844.
HSL color Cylindrical-coordinate representation of color #64280E: hue angle of 18.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64280E is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 14 | - |
| CMYK | 0 | 0.6 | 0.86 | 0.61 |
| HSL | 18.14º | 0.75% | 0.22% | - |
| HSV(B) | 18.14º | 0.86% | 0.39% | - |
| XYZ | 6.09 | 4.26 | 0.92 | - |
| YUV | 54.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 14 | 0 | 0.6 | 0.86 | 0.61 | 18.14 | 0.75 | 0.22 |
| Hex | 64 | 28 | E | 0 | 3C | 56 | 3D | 12 | 4B | 16 |
| Octal | 144 | 50 | 16 | 0 | 74 | 126 | 75 | 22 | 113 | 26 |
| Binary | 1100100 | 101000 | 1110 | 0 | 111100 | 1010110 | 111101 | 10010 | 1001011 | 10110 |
Color Harmonies of #64280E
Complementary color
Monochromatic Colors of #64280E
Black with #64280E
Text Example
Text Example
White with #64280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64280E; }
p { color: rgb(100,40,14); }
H1.HeaderClassName
{
color: #64280E;
}
.AnyTagClassName
{
color: #64280E;
}
</style>
background-color css
<style>
a { background-color: #64280E; }
a { background-color: rgb(100,40,14); }
div.DivClassName
{
background-color: #64280E;
}
.BgClassName
{
background-color: #64280E;
}
</style>
border-color css
<style>
span { border-color: #64280E; }
span { border-color: rgb(100,40,14); }
td.TdClassName
{
border-color: #64280E;
}
.TagClassName
{
border-color: #64280E;
}
</style>