Shades of Baker's Chocolate #643D10
Tints of Baker's Chocolate #643D10
RGB
CMYK
RGB Variations
Color information
#643D10 (or 0x643D10) is known color: Baker's Chocolate. HEX triplet: 64, 3D and 10. RGB value is (100,61,16). Sum of RGB (Red+Green+Blue) = 100+61+16=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #643D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643D10 is #9BC2EF. Grayscale: #434343. Windows color (decimal): -10207984 or 1064292. OLE color: 1064292.
HSL color Cylindrical-coordinate representation of color #643D10: hue angle of 32.14º 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 #643D10 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 61 | 16 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.61 |
| HSL | 32.14º | 0.72% | 0.23% | - |
| HSV(B) | 32.14º | 0.84% | 0.39% | - |
| XYZ | 7.02 | 6.08 | 1.29 | - |
| YUV | 67.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 16 | 0 | 0.39 | 0.84 | 0.61 | 32.14 | 0.72 | 0.23 |
| Hex | 64 | 3D | 10 | 0 | 27 | 54 | 3D | 20 | 48 | 17 |
| Octal | 144 | 75 | 20 | 0 | 47 | 124 | 75 | 40 | 110 | 27 |
| Binary | 1100100 | 111101 | 10000 | 0 | 100111 | 1010100 | 111101 | 100000 | 1001000 | 10111 |
Color Harmonies of #643D10
Complementary color
Monochromatic Colors of #643D10
Black with #643D10
Text Example
Text Example
White with #643D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D10; }
p { color: rgb(100,61,16); }
H1.HeaderClassName
{
color: #643D10;
}
.AnyTagClassName
{
color: #643D10;
}
</style>
background-color css
<style>
a { background-color: #643D10; }
a { background-color: rgb(100,61,16); }
div.DivClassName
{
background-color: #643D10;
}
.BgClassName
{
background-color: #643D10;
}
</style>
border-color css
<style>
span { border-color: #643D10; }
span { border-color: rgb(100,61,16); }
td.TdClassName
{
border-color: #643D10;
}
.TagClassName
{
border-color: #643D10;
}
</style>