Shades of Baker's Chocolate #64210A
Tints of Baker's Chocolate #64210A
RGB
CMYK
RGB Variations
Color information
#64210A (or 0x64210A) is known color: Baker's Chocolate. HEX triplet: 64, 21 and 0A. RGB value is (100,33,10). Sum of RGB (Red+Green+Blue) = 100+33+10=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #64210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64210A is #9BDEF5. Grayscale: #323232. Windows color (decimal): -10215158 or 663908. OLE color: 663908.
HSL color Cylindrical-coordinate representation of color #64210A: hue angle of 15.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64210A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 10 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.61 |
| HSL | 15.33º | 0.82% | 0.22% | - |
| HSV(B) | 15.33º | 0.9% | 0.39% | - |
| XYZ | 5.85 | 3.82 | 0.72 | - |
| YUV | 50.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 10 | 0 | 0.67 | 0.90 | 0.61 | 15.33 | 0.82 | 0.22 |
| Hex | 64 | 21 | A | 0 | 43 | 5A | 3D | F | 52 | 16 |
| Octal | 144 | 41 | 12 | 0 | 103 | 132 | 75 | 17 | 122 | 26 |
| Binary | 1100100 | 100001 | 1010 | 0 | 1000011 | 1011010 | 111101 | 1111 | 1010010 | 10110 |
Color Harmonies of #64210A
Complementary color
Monochromatic Colors of #64210A
Black with #64210A
Text Example
Text Example
White with #64210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64210A; }
p { color: rgb(100,33,10); }
H1.HeaderClassName
{
color: #64210A;
}
.AnyTagClassName
{
color: #64210A;
}
</style>
background-color css
<style>
a { background-color: #64210A; }
a { background-color: rgb(100,33,10); }
div.DivClassName
{
background-color: #64210A;
}
.BgClassName
{
background-color: #64210A;
}
</style>
border-color css
<style>
span { border-color: #64210A; }
span { border-color: rgb(100,33,10); }
td.TdClassName
{
border-color: #64210A;
}
.TagClassName
{
border-color: #64210A;
}
</style>