Shades of Baker's Chocolate #642813
Tints of Baker's Chocolate #642813
RGB
CMYK
RGB Variations
Color information
#642813 (or 0x642813) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 13. RGB value is (100,40,19). Sum of RGB (Red+Green+Blue) = 100+40+19=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #642813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642813 is #9BD7EC. Grayscale: #373737. Windows color (decimal): -10213357 or 1255524. OLE color: 1255524.
HSL color Cylindrical-coordinate representation of color #642813: hue angle of 15.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642813 is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 19 | - |
| CMYK | 0 | 0.6 | 0.81 | 0.61 |
| HSL | 15.56º | 0.68% | 0.23% | - |
| HSV(B) | 15.56º | 0.81% | 0.39% | - |
| XYZ | 6.13 | 4.27 | 1.12 | - |
| YUV | 55.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 19 | 0 | 0.6 | 0.81 | 0.61 | 15.56 | 0.68 | 0.23 |
| Hex | 64 | 28 | 13 | 0 | 3C | 51 | 3D | 10 | 44 | 17 |
| Octal | 144 | 50 | 23 | 0 | 74 | 121 | 75 | 20 | 104 | 27 |
| Binary | 1100100 | 101000 | 10011 | 0 | 111100 | 1010001 | 111101 | 10000 | 1000100 | 10111 |
Color Harmonies of #642813
Complementary color
Monochromatic Colors of #642813
Black with #642813
Text Example
Text Example
White with #642813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642813; }
p { color: rgb(100,40,19); }
H1.HeaderClassName
{
color: #642813;
}
.AnyTagClassName
{
color: #642813;
}
</style>
background-color css
<style>
a { background-color: #642813; }
a { background-color: rgb(100,40,19); }
div.DivClassName
{
background-color: #642813;
}
.BgClassName
{
background-color: #642813;
}
</style>
border-color css
<style>
span { border-color: #642813; }
span { border-color: rgb(100,40,19); }
td.TdClassName
{
border-color: #642813;
}
.TagClassName
{
border-color: #642813;
}
</style>