Shades of Baker's Chocolate #642A0E
Tints of Baker's Chocolate #642A0E
RGB
CMYK
RGB Variations
Color information
#642A0E (or 0x642A0E) is known color: Baker's Chocolate. HEX triplet: 64, 2A and 0E. RGB value is (100,42,14). Sum of RGB (Red+Green+Blue) = 100+42+14=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #642A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A0E is #9BD5F1. Grayscale: #383838. Windows color (decimal): -10212850 or 928356. OLE color: 928356.
HSL color Cylindrical-coordinate representation of color #642A0E: hue angle of 19.53º 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 #642A0E is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 14 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.61 |
| HSL | 19.53º | 0.75% | 0.22% | - |
| HSV(B) | 19.53º | 0.86% | 0.39% | - |
| XYZ | 6.16 | 4.4 | 0.94 | - |
| YUV | 56.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 14 | 0 | 0.58 | 0.86 | 0.61 | 19.53 | 0.75 | 0.22 |
| Hex | 64 | 2A | E | 0 | 3A | 56 | 3D | 14 | 4B | 16 |
| Octal | 144 | 52 | 16 | 0 | 72 | 126 | 75 | 24 | 113 | 26 |
| Binary | 1100100 | 101010 | 1110 | 0 | 111010 | 1010110 | 111101 | 10100 | 1001011 | 10110 |
Color Harmonies of #642A0E
Complementary color
Monochromatic Colors of #642A0E
Black with #642A0E
Text Example
Text Example
White with #642A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A0E; }
p { color: rgb(100,42,14); }
H1.HeaderClassName
{
color: #642A0E;
}
.AnyTagClassName
{
color: #642A0E;
}
</style>
background-color css
<style>
a { background-color: #642A0E; }
a { background-color: rgb(100,42,14); }
div.DivClassName
{
background-color: #642A0E;
}
.BgClassName
{
background-color: #642A0E;
}
</style>
border-color css
<style>
span { border-color: #642A0E; }
span { border-color: rgb(100,42,14); }
td.TdClassName
{
border-color: #642A0E;
}
.TagClassName
{
border-color: #642A0E;
}
</style>