Shades of Baker's Chocolate #642E15
Tints of Baker's Chocolate #642E15
RGB
CMYK
RGB Variations
Color information
#642E15 (or 0x642E15) is known color: Baker's Chocolate. HEX triplet: 64, 2E and 15. RGB value is (100,46,21). Sum of RGB (Red+Green+Blue) = 100+46+21=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #642E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642E15 is #9BD1EA. Grayscale: #3B3B3B. Windows color (decimal): -10211819 or 1388132. OLE color: 1388132.
HSL color Cylindrical-coordinate representation of color #642E15: hue angle of 18.99º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642E15 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 21 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.61 |
| HSL | 18.99º | 0.65% | 0.24% | - |
| HSV(B) | 18.99º | 0.79% | 0.39% | - |
| XYZ | 6.37 | 4.72 | 1.28 | - |
| YUV | 59.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 21 | 0 | 0.54 | 0.79 | 0.61 | 18.99 | 0.65 | 0.24 |
| Hex | 64 | 2E | 15 | 0 | 36 | 4F | 3D | 13 | 41 | 18 |
| Octal | 144 | 56 | 25 | 0 | 66 | 117 | 75 | 23 | 101 | 30 |
| Binary | 1100100 | 101110 | 10101 | 0 | 110110 | 1001111 | 111101 | 10011 | 1000001 | 11000 |
Color Harmonies of #642E15
Complementary color
Monochromatic Colors of #642E15
Black with #642E15
Text Example
Text Example
White with #642E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E15; }
p { color: rgb(100,46,21); }
H1.HeaderClassName
{
color: #642E15;
}
.AnyTagClassName
{
color: #642E15;
}
</style>
background-color css
<style>
a { background-color: #642E15; }
a { background-color: rgb(100,46,21); }
div.DivClassName
{
background-color: #642E15;
}
.BgClassName
{
background-color: #642E15;
}
</style>
border-color css
<style>
span { border-color: #642E15; }
span { border-color: rgb(100,46,21); }
td.TdClassName
{
border-color: #642E15;
}
.TagClassName
{
border-color: #642E15;
}
</style>