Shades of Baker's Chocolate #643810
Tints of Baker's Chocolate #643810
RGB
CMYK
RGB Variations
Color information
#643810 (or 0x643810) is known color: Baker's Chocolate. HEX triplet: 64, 38 and 10. RGB value is (100,56,16). Sum of RGB (Red+Green+Blue) = 100+56+16=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #643810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643810 is #9BC7EF. Grayscale: #404040. Windows color (decimal): -10209264 or 1063012. OLE color: 1063012.
HSL color Cylindrical-coordinate representation of color #643810: hue angle of 28.57º 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 #643810 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 56 | 16 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.61 |
| HSL | 28.57º | 0.72% | 0.23% | - |
| HSV(B) | 28.57º | 0.84% | 0.39% | - |
| XYZ | 6.76 | 5.58 | 1.21 | - |
| YUV | 64.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 16 | 0 | 0.44 | 0.84 | 0.61 | 28.57 | 0.72 | 0.23 |
| Hex | 64 | 38 | 10 | 0 | 2C | 54 | 3D | 1D | 48 | 17 |
| Octal | 144 | 70 | 20 | 0 | 54 | 124 | 75 | 35 | 110 | 27 |
| Binary | 1100100 | 111000 | 10000 | 0 | 101100 | 1010100 | 111101 | 11101 | 1001000 | 10111 |
Color Harmonies of #643810
Complementary color
Monochromatic Colors of #643810
Black with #643810
Text Example
Text Example
White with #643810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643810; }
p { color: rgb(100,56,16); }
H1.HeaderClassName
{
color: #643810;
}
.AnyTagClassName
{
color: #643810;
}
</style>
background-color css
<style>
a { background-color: #643810; }
a { background-color: rgb(100,56,16); }
div.DivClassName
{
background-color: #643810;
}
.BgClassName
{
background-color: #643810;
}
</style>
border-color css
<style>
span { border-color: #643810; }
span { border-color: rgb(100,56,16); }
td.TdClassName
{
border-color: #643810;
}
.TagClassName
{
border-color: #643810;
}
</style>