Shades of Baker's Chocolate #64320D
Tints of Baker's Chocolate #64320D
RGB
CMYK
RGB Variations
Color information
#64320D (or 0x64320D) is known color: Baker's Chocolate. HEX triplet: 64, 32 and 0D. RGB value is (100,50,13). Sum of RGB (Red+Green+Blue) = 100+50+13=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64320D is #9BCDF2. Grayscale: #3C3C3C. Windows color (decimal): -10210803 or 864868. OLE color: 864868.
HSL color Cylindrical-coordinate representation of color #64320D: hue angle of 25.52º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64320D is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 13 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.61 |
| HSL | 25.52º | 0.77% | 0.22% | - |
| HSV(B) | 25.52º | 0.87% | 0.39% | - |
| XYZ | 6.47 | 5.02 | 1.01 | - |
| YUV | 60.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 13 | 0 | 0.50 | 0.87 | 0.61 | 25.52 | 0.77 | 0.22 |
| Hex | 64 | 32 | D | 0 | 32 | 57 | 3D | 1A | 4D | 16 |
| Octal | 144 | 62 | 15 | 0 | 62 | 127 | 75 | 32 | 115 | 26 |
| Binary | 1100100 | 110010 | 1101 | 0 | 110010 | 1010111 | 111101 | 11010 | 1001101 | 10110 |
Color Harmonies of #64320D
Complementary color
Monochromatic Colors of #64320D
Black with #64320D
Text Example
Text Example
White with #64320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64320D; }
p { color: rgb(100,50,13); }
H1.HeaderClassName
{
color: #64320D;
}
.AnyTagClassName
{
color: #64320D;
}
</style>
background-color css
<style>
a { background-color: #64320D; }
a { background-color: rgb(100,50,13); }
div.DivClassName
{
background-color: #64320D;
}
.BgClassName
{
background-color: #64320D;
}
</style>
border-color css
<style>
span { border-color: #64320D; }
span { border-color: rgb(100,50,13); }
td.TdClassName
{
border-color: #64320D;
}
.TagClassName
{
border-color: #64320D;
}
</style>