Shades of Baker's Chocolate #643211
Tints of Baker's Chocolate #643211
RGB
CMYK
RGB Variations
Color information
#643211 (or 0x643211) is known color: Baker's Chocolate. HEX triplet: 64, 32 and 11. RGB value is (100,50,17). Sum of RGB (Red+Green+Blue) = 100+50+17=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #643211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643211 is #9BCDEE. Grayscale: #3D3D3D. Windows color (decimal): -10210799 or 1127012. OLE color: 1127012.
HSL color Cylindrical-coordinate representation of color #643211: hue angle of 23.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #643211 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 17 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.61 |
| HSL | 23.86º | 0.71% | 0.23% | - |
| HSV(B) | 23.86º | 0.83% | 0.39% | - |
| XYZ | 6.5 | 5.03 | 1.16 | - |
| YUV | 61.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 17 | 0 | 0.50 | 0.83 | 0.61 | 23.86 | 0.71 | 0.23 |
| Hex | 64 | 32 | 11 | 0 | 32 | 53 | 3D | 18 | 47 | 17 |
| Octal | 144 | 62 | 21 | 0 | 62 | 123 | 75 | 30 | 107 | 27 |
| Binary | 1100100 | 110010 | 10001 | 0 | 110010 | 1010011 | 111101 | 11000 | 1000111 | 10111 |
Color Harmonies of #643211
Complementary color
Monochromatic Colors of #643211
Black with #643211
Text Example
Text Example
White with #643211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643211; }
p { color: rgb(100,50,17); }
H1.HeaderClassName
{
color: #643211;
}
.AnyTagClassName
{
color: #643211;
}
</style>
background-color css
<style>
a { background-color: #643211; }
a { background-color: rgb(100,50,17); }
div.DivClassName
{
background-color: #643211;
}
.BgClassName
{
background-color: #643211;
}
</style>
border-color css
<style>
span { border-color: #643211; }
span { border-color: rgb(100,50,17); }
td.TdClassName
{
border-color: #643211;
}
.TagClassName
{
border-color: #643211;
}
</style>