Shades of Spice #644D41
Tints of Spice #644D41
RGB
CMYK
RGB Variations
Color information
#644D41 (or 0x644D41) is known color: Spice. HEX triplet: 64, 4D and 41. RGB value is (100,77,65). Sum of RGB (Red+Green+Blue) = 100+77+65=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #644D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D41 is #9BB2BE. Grayscale: #525252. Windows color (decimal): -10203839 or 4279652. OLE color: 4279652.
HSL color Cylindrical-coordinate representation of color #644D41: hue angle of 20.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644D41 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 65 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.61 |
| HSL | 20.57º | 0.21% | 0.32% | - |
| HSV(B) | 20.57º | 0.35% | 0.39% | - |
| XYZ | 8.86 | 8.4 | 6.15 | - |
| YUV | 82.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 65 | 0 | 0.23 | 0.35 | 0.61 | 20.57 | 0.21 | 0.32 |
| Hex | 64 | 4D | 41 | 0 | 17 | 23 | 3D | 15 | 15 | 20 |
| Octal | 144 | 115 | 101 | 0 | 27 | 43 | 75 | 25 | 25 | 40 |
| Binary | 1100100 | 1001101 | 1000001 | 0 | 10111 | 100011 | 111101 | 10101 | 10101 | 100000 |
Color Harmonies of #644D41
Complementary color
Monochromatic Colors of #644D41
Black with #644D41
Text Example
Text Example
White with #644D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D41; }
p { color: rgb(100,77,65); }
H1.HeaderClassName
{
color: #644D41;
}
.AnyTagClassName
{
color: #644D41;
}
</style>
background-color css
<style>
a { background-color: #644D41; }
a { background-color: rgb(100,77,65); }
div.DivClassName
{
background-color: #644D41;
}
.BgClassName
{
background-color: #644D41;
}
</style>
border-color css
<style>
span { border-color: #644D41; }
span { border-color: rgb(100,77,65); }
td.TdClassName
{
border-color: #644D41;
}
.TagClassName
{
border-color: #644D41;
}
</style>