Shades of Baker's Chocolate #643010
Tints of Baker's Chocolate #643010
RGB
CMYK
RGB Variations
Color information
#643010 (or 0x643010) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 10. RGB value is (100,48,16). Sum of RGB (Red+Green+Blue) = 100+48+16=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #643010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643010 is #9BCFEF. Grayscale: #3C3C3C. Windows color (decimal): -10211312 or 1060964. OLE color: 1060964.
HSL color Cylindrical-coordinate representation of color #643010: hue angle of 22.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #643010 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 48 | 16 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.61 |
| HSL | 22.86º | 0.72% | 0.23% | - |
| HSV(B) | 22.86º | 0.84% | 0.39% | - |
| XYZ | 6.41 | 4.86 | 1.09 | - |
| YUV | 59.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 16 | 0 | 0.52 | 0.84 | 0.61 | 22.86 | 0.72 | 0.23 |
| Hex | 64 | 30 | 10 | 0 | 34 | 54 | 3D | 17 | 48 | 17 |
| Octal | 144 | 60 | 20 | 0 | 64 | 124 | 75 | 27 | 110 | 27 |
| Binary | 1100100 | 110000 | 10000 | 0 | 110100 | 1010100 | 111101 | 10111 | 1001000 | 10111 |
Color Harmonies of #643010
Complementary color
Monochromatic Colors of #643010
Black with #643010
Text Example
Text Example
White with #643010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643010; }
p { color: rgb(100,48,16); }
H1.HeaderClassName
{
color: #643010;
}
.AnyTagClassName
{
color: #643010;
}
</style>
background-color css
<style>
a { background-color: #643010; }
a { background-color: rgb(100,48,16); }
div.DivClassName
{
background-color: #643010;
}
.BgClassName
{
background-color: #643010;
}
</style>
border-color css
<style>
span { border-color: #643010; }
span { border-color: rgb(100,48,16); }
td.TdClassName
{
border-color: #643010;
}
.TagClassName
{
border-color: #643010;
}
</style>