Shades of Baker's Chocolate #643210
Tints of Baker's Chocolate #643210
RGB
CMYK
RGB Variations
Color information
#643210 (or 0x643210) is known color: Baker's Chocolate. HEX triplet: 64, 32 and 10. RGB value is (100,50,16). Sum of RGB (Red+Green+Blue) = 100+50+16=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #643210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643210 is #9BCDEF. Grayscale: #3D3D3D. Windows color (decimal): -10210800 or 1061476. OLE color: 1061476.
HSL color Cylindrical-coordinate representation of color #643210: hue angle of 24.29º 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 #643210 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 16 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.61 |
| HSL | 24.29º | 0.72% | 0.23% | - |
| HSV(B) | 24.29º | 0.84% | 0.39% | - |
| XYZ | 6.49 | 5.03 | 1.12 | - |
| YUV | 61.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 16 | 0 | 0.50 | 0.84 | 0.61 | 24.29 | 0.72 | 0.23 |
| Hex | 64 | 32 | 10 | 0 | 32 | 54 | 3D | 18 | 48 | 17 |
| Octal | 144 | 62 | 20 | 0 | 62 | 124 | 75 | 30 | 110 | 27 |
| Binary | 1100100 | 110010 | 10000 | 0 | 110010 | 1010100 | 111101 | 11000 | 1001000 | 10111 |
Color Harmonies of #643210
Complementary color
Monochromatic Colors of #643210
Black with #643210
Text Example
Text Example
White with #643210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643210; }
p { color: rgb(100,50,16); }
H1.HeaderClassName
{
color: #643210;
}
.AnyTagClassName
{
color: #643210;
}
</style>
background-color css
<style>
a { background-color: #643210; }
a { background-color: rgb(100,50,16); }
div.DivClassName
{
background-color: #643210;
}
.BgClassName
{
background-color: #643210;
}
</style>
border-color css
<style>
span { border-color: #643210; }
span { border-color: rgb(100,50,16); }
td.TdClassName
{
border-color: #643210;
}
.TagClassName
{
border-color: #643210;
}
</style>