Shades of Baker's Chocolate #642D10
Tints of Baker's Chocolate #642D10
RGB
CMYK
RGB Variations
Color information
#642D10 (or 0x642D10) is known color: Baker's Chocolate. HEX triplet: 64, 2D and 10. RGB value is (100,45,16). Sum of RGB (Red+Green+Blue) = 100+45+16=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #642D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642D10 is #9BD2EF. Grayscale: #3A3A3A. Windows color (decimal): -10212080 or 1060196. OLE color: 1060196.
HSL color Cylindrical-coordinate representation of color #642D10: hue angle of 20.71º 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 #642D10 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 16 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.61 |
| HSL | 20.71º | 0.72% | 0.23% | - |
| HSV(B) | 20.71º | 0.84% | 0.39% | - |
| XYZ | 6.29 | 4.62 | 1.05 | - |
| YUV | 58.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 16 | 0 | 0.55 | 0.84 | 0.61 | 20.71 | 0.72 | 0.23 |
| Hex | 64 | 2D | 10 | 0 | 37 | 54 | 3D | 15 | 48 | 17 |
| Octal | 144 | 55 | 20 | 0 | 67 | 124 | 75 | 25 | 110 | 27 |
| Binary | 1100100 | 101101 | 10000 | 0 | 110111 | 1010100 | 111101 | 10101 | 1001000 | 10111 |
Color Harmonies of #642D10
Complementary color
Monochromatic Colors of #642D10
Black with #642D10
Text Example
Text Example
White with #642D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D10; }
p { color: rgb(100,45,16); }
H1.HeaderClassName
{
color: #642D10;
}
.AnyTagClassName
{
color: #642D10;
}
</style>
background-color css
<style>
a { background-color: #642D10; }
a { background-color: rgb(100,45,16); }
div.DivClassName
{
background-color: #642D10;
}
.BgClassName
{
background-color: #642D10;
}
</style>
border-color css
<style>
span { border-color: #642D10; }
span { border-color: rgb(100,45,16); }
td.TdClassName
{
border-color: #642D10;
}
.TagClassName
{
border-color: #642D10;
}
</style>