Shades of Baker's Chocolate #642C0A
Tints of Baker's Chocolate #642C0A
RGB
CMYK
RGB Variations
Color information
#642C0A (or 0x642C0A) is known color: Baker's Chocolate. HEX triplet: 64, 2C and 0A. RGB value is (100,44,10). Sum of RGB (Red+Green+Blue) = 100+44+10=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #642C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C0A is #9BD3F5. Grayscale: #393939. Windows color (decimal): -10212342 or 666724. OLE color: 666724.
HSL color Cylindrical-coordinate representation of color #642C0A: hue angle of 22.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #642C0A is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 10 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.61 |
| HSL | 22.67º | 0.82% | 0.22% | - |
| HSV(B) | 22.67º | 0.9% | 0.39% | - |
| XYZ | 6.21 | 4.53 | 0.83 | - |
| YUV | 56.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 10 | 0 | 0.56 | 0.90 | 0.61 | 22.67 | 0.82 | 0.22 |
| Hex | 64 | 2C | A | 0 | 38 | 5A | 3D | 17 | 52 | 16 |
| Octal | 144 | 54 | 12 | 0 | 70 | 132 | 75 | 27 | 122 | 26 |
| Binary | 1100100 | 101100 | 1010 | 0 | 111000 | 1011010 | 111101 | 10111 | 1010010 | 10110 |
Color Harmonies of #642C0A
Complementary color
Monochromatic Colors of #642C0A
Black with #642C0A
Text Example
Text Example
White with #642C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C0A; }
p { color: rgb(100,44,10); }
H1.HeaderClassName
{
color: #642C0A;
}
.AnyTagClassName
{
color: #642C0A;
}
</style>
background-color css
<style>
a { background-color: #642C0A; }
a { background-color: rgb(100,44,10); }
div.DivClassName
{
background-color: #642C0A;
}
.BgClassName
{
background-color: #642C0A;
}
</style>
border-color css
<style>
span { border-color: #642C0A; }
span { border-color: rgb(100,44,10); }
td.TdClassName
{
border-color: #642C0A;
}
.TagClassName
{
border-color: #642C0A;
}
</style>