Shades of Baker's Chocolate #642E16
Tints of Baker's Chocolate #642E16
RGB
CMYK
RGB Variations
Color information
#642E16 (or 0x642E16) is known color: Baker's Chocolate. HEX triplet: 64, 2E and 16. RGB value is (100,46,22). Sum of RGB (Red+Green+Blue) = 100+46+22=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #642E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642E16 is #9BD1E9. Grayscale: #3B3B3B. Windows color (decimal): -10211818 or 1453668. OLE color: 1453668.
HSL color Cylindrical-coordinate representation of color #642E16: hue angle of 18.46º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642E16 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 22 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.61 |
| HSL | 18.46º | 0.64% | 0.24% | - |
| HSV(B) | 18.46º | 0.78% | 0.39% | - |
| XYZ | 6.38 | 4.72 | 1.33 | - |
| YUV | 59.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 22 | 0 | 0.54 | 0.78 | 0.61 | 18.46 | 0.64 | 0.24 |
| Hex | 64 | 2E | 16 | 0 | 36 | 4E | 3D | 12 | 40 | 18 |
| Octal | 144 | 56 | 26 | 0 | 66 | 116 | 75 | 22 | 100 | 30 |
| Binary | 1100100 | 101110 | 10110 | 0 | 110110 | 1001110 | 111101 | 10010 | 1000000 | 11000 |
Color Harmonies of #642E16
Complementary color
Monochromatic Colors of #642E16
Black with #642E16
Text Example
Text Example
White with #642E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E16; }
p { color: rgb(100,46,22); }
H1.HeaderClassName
{
color: #642E16;
}
.AnyTagClassName
{
color: #642E16;
}
</style>
background-color css
<style>
a { background-color: #642E16; }
a { background-color: rgb(100,46,22); }
div.DivClassName
{
background-color: #642E16;
}
.BgClassName
{
background-color: #642E16;
}
</style>
border-color css
<style>
span { border-color: #642E16; }
span { border-color: rgb(100,46,22); }
td.TdClassName
{
border-color: #642E16;
}
.TagClassName
{
border-color: #642E16;
}
</style>