Shades of Spice #644E3D
Tints of Spice #644E3D
RGB
CMYK
RGB Variations
Color information
#644E3D (or 0x644E3D) is known color: Spice. HEX triplet: 64, 4E and 3D. RGB value is (100,78,61). Sum of RGB (Red+Green+Blue) = 100+78+61=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #644E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E3D is #9BB1C2. Grayscale: #525252. Windows color (decimal): -10203587 or 4017764. OLE color: 4017764.
HSL color Cylindrical-coordinate representation of color #644E3D: hue angle of 26.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #644E3D is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 61 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.61 |
| HSL | 26.15º | 0.24% | 0.32% | - |
| HSV(B) | 26.15º | 0.39% | 0.39% | - |
| XYZ | 8.82 | 8.5 | 5.59 | - |
| YUV | 82.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 61 | 0 | 0.22 | 0.39 | 0.61 | 26.15 | 0.24 | 0.32 |
| Hex | 64 | 4E | 3D | 0 | 16 | 27 | 3D | 1A | 18 | 20 |
| Octal | 144 | 116 | 75 | 0 | 26 | 47 | 75 | 32 | 30 | 40 |
| Binary | 1100100 | 1001110 | 111101 | 0 | 10110 | 100111 | 111101 | 11010 | 11000 | 100000 |
Color Harmonies of #644E3D
Complementary color
Monochromatic Colors of #644E3D
Black with #644E3D
Text Example
Text Example
White with #644E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E3D; }
p { color: rgb(100,78,61); }
H1.HeaderClassName
{
color: #644E3D;
}
.AnyTagClassName
{
color: #644E3D;
}
</style>
background-color css
<style>
a { background-color: #644E3D; }
a { background-color: rgb(100,78,61); }
div.DivClassName
{
background-color: #644E3D;
}
.BgClassName
{
background-color: #644E3D;
}
</style>
border-color css
<style>
span { border-color: #644E3D; }
span { border-color: rgb(100,78,61); }
td.TdClassName
{
border-color: #644E3D;
}
.TagClassName
{
border-color: #644E3D;
}
</style>