Shades of Baker's Chocolate #64310C
Tints of Baker's Chocolate #64310C
RGB
CMYK
RGB Variations
Color information
#64310C (or 0x64310C) is known color: Baker's Chocolate. HEX triplet: 64, 31 and 0C. RGB value is (100,49,12). Sum of RGB (Red+Green+Blue) = 100+49+12=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #64310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64310C is #9BCEF3. Grayscale: #3C3C3C. Windows color (decimal): -10211060 or 799076. OLE color: 799076.
HSL color Cylindrical-coordinate representation of color #64310C: hue angle of 25.23º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64310C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 12 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.61 |
| HSL | 25.23º | 0.79% | 0.22% | - |
| HSV(B) | 25.23º | 0.88% | 0.39% | - |
| XYZ | 6.42 | 4.93 | 0.96 | - |
| YUV | 60.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 12 | 0 | 0.51 | 0.88 | 0.61 | 25.23 | 0.79 | 0.22 |
| Hex | 64 | 31 | C | 0 | 33 | 58 | 3D | 19 | 4F | 16 |
| Octal | 144 | 61 | 14 | 0 | 63 | 130 | 75 | 31 | 117 | 26 |
| Binary | 1100100 | 110001 | 1100 | 0 | 110011 | 1011000 | 111101 | 11001 | 1001111 | 10110 |
Color Harmonies of #64310C
Complementary color
Monochromatic Colors of #64310C
Black with #64310C
Text Example
Text Example
White with #64310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64310C; }
p { color: rgb(100,49,12); }
H1.HeaderClassName
{
color: #64310C;
}
.AnyTagClassName
{
color: #64310C;
}
</style>
background-color css
<style>
a { background-color: #64310C; }
a { background-color: rgb(100,49,12); }
div.DivClassName
{
background-color: #64310C;
}
.BgClassName
{
background-color: #64310C;
}
</style>
border-color css
<style>
span { border-color: #64310C; }
span { border-color: rgb(100,49,12); }
td.TdClassName
{
border-color: #64310C;
}
.TagClassName
{
border-color: #64310C;
}
</style>