Shades of Baker's Chocolate #642C0E
Tints of Baker's Chocolate #642C0E
RGB
CMYK
RGB Variations
Color information
#642C0E (or 0x642C0E) is known color: Baker's Chocolate. HEX triplet: 64, 2C and 0E. RGB value is (100,44,14). Sum of RGB (Red+Green+Blue) = 100+44+14=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #642C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C0E is #9BD3F1. Grayscale: #393939. Windows color (decimal): -10212338 or 928868. OLE color: 928868.
HSL color Cylindrical-coordinate representation of color #642C0E: hue angle of 20.93º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #642C0E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 14 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.61 |
| HSL | 20.93º | 0.75% | 0.22% | - |
| HSV(B) | 20.93º | 0.86% | 0.39% | - |
| XYZ | 6.24 | 4.54 | 0.96 | - |
| YUV | 57.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 14 | 0 | 0.56 | 0.86 | 0.61 | 20.93 | 0.75 | 0.22 |
| Hex | 64 | 2C | E | 0 | 38 | 56 | 3D | 15 | 4B | 16 |
| Octal | 144 | 54 | 16 | 0 | 70 | 126 | 75 | 25 | 113 | 26 |
| Binary | 1100100 | 101100 | 1110 | 0 | 111000 | 1010110 | 111101 | 10101 | 1001011 | 10110 |
Color Harmonies of #642C0E
Complementary color
Monochromatic Colors of #642C0E
Black with #642C0E
Text Example
Text Example
White with #642C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C0E; }
p { color: rgb(100,44,14); }
H1.HeaderClassName
{
color: #642C0E;
}
.AnyTagClassName
{
color: #642C0E;
}
</style>
background-color css
<style>
a { background-color: #642C0E; }
a { background-color: rgb(100,44,14); }
div.DivClassName
{
background-color: #642C0E;
}
.BgClassName
{
background-color: #642C0E;
}
</style>
border-color css
<style>
span { border-color: #642C0E; }
span { border-color: rgb(100,44,14); }
td.TdClassName
{
border-color: #642C0E;
}
.TagClassName
{
border-color: #642C0E;
}
</style>