Shades of Spice #644A40
Tints of Spice #644A40
RGB
CMYK
RGB Variations
Color information
#644A40 (or 0x644A40) is known color: Spice. HEX triplet: 64, 4A and 40. RGB value is (100,74,64). Sum of RGB (Red+Green+Blue) = 100+74+64=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A40 is #9BB5BF. Grayscale: #505050. Windows color (decimal): -10204608 or 4213348. OLE color: 4213348.
HSL color Cylindrical-coordinate representation of color #644A40: hue angle of 16.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644A40 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 64 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.61 |
| HSL | 16.67º | 0.22% | 0.32% | - |
| HSV(B) | 16.67º | 0.36% | 0.39% | - |
| XYZ | 8.63 | 7.98 | 5.94 | - |
| YUV | 80.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 64 | 0 | 0.26 | 0.36 | 0.61 | 16.67 | 0.22 | 0.32 |
| Hex | 64 | 4A | 40 | 0 | 1A | 24 | 3D | 11 | 16 | 20 |
| Octal | 144 | 112 | 100 | 0 | 32 | 44 | 75 | 21 | 26 | 40 |
| Binary | 1100100 | 1001010 | 1000000 | 0 | 11010 | 100100 | 111101 | 10001 | 10110 | 100000 |
Color Harmonies of #644A40
Complementary color
Monochromatic Colors of #644A40
Black with #644A40
Text Example
Text Example
White with #644A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A40; }
p { color: rgb(100,74,64); }
H1.HeaderClassName
{
color: #644A40;
}
.AnyTagClassName
{
color: #644A40;
}
</style>
background-color css
<style>
a { background-color: #644A40; }
a { background-color: rgb(100,74,64); }
div.DivClassName
{
background-color: #644A40;
}
.BgClassName
{
background-color: #644A40;
}
</style>
border-color css
<style>
span { border-color: #644A40; }
span { border-color: rgb(100,74,64); }
td.TdClassName
{
border-color: #644A40;
}
.TagClassName
{
border-color: #644A40;
}
</style>