Shades of Baker's Chocolate #64280B
Tints of Baker's Chocolate #64280B
RGB
CMYK
RGB Variations
Color information
#64280B (or 0x64280B) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 0B. RGB value is (100,40,11). Sum of RGB (Red+Green+Blue) = 100+40+11=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64280B is #9BD7F4. Grayscale: #363636. Windows color (decimal): -10213365 or 731236. OLE color: 731236.
HSL color Cylindrical-coordinate representation of color #64280B: hue angle of 19.55º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64280B is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 11 | - |
| CMYK | 0 | 0.6 | 0.89 | 0.61 |
| HSL | 19.55º | 0.8% | 0.22% | - |
| HSV(B) | 19.55º | 0.89% | 0.39% | - |
| XYZ | 6.07 | 4.25 | 0.82 | - |
| YUV | 54.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 11 | 0 | 0.6 | 0.89 | 0.61 | 19.55 | 0.8 | 0.22 |
| Hex | 64 | 28 | B | 0 | 3C | 59 | 3D | 14 | 50 | 16 |
| Octal | 144 | 50 | 13 | 0 | 74 | 131 | 75 | 24 | 120 | 26 |
| Binary | 1100100 | 101000 | 1011 | 0 | 111100 | 1011001 | 111101 | 10100 | 1010000 | 10110 |
Color Harmonies of #64280B
Complementary color
Monochromatic Colors of #64280B
Black with #64280B
Text Example
Text Example
White with #64280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64280B; }
p { color: rgb(100,40,11); }
H1.HeaderClassName
{
color: #64280B;
}
.AnyTagClassName
{
color: #64280B;
}
</style>
background-color css
<style>
a { background-color: #64280B; }
a { background-color: rgb(100,40,11); }
div.DivClassName
{
background-color: #64280B;
}
.BgClassName
{
background-color: #64280B;
}
</style>
border-color css
<style>
span { border-color: #64280B; }
span { border-color: rgb(100,40,11); }
td.TdClassName
{
border-color: #64280B;
}
.TagClassName
{
border-color: #64280B;
}
</style>