Shades of Spice #64493D
Tints of Spice #64493D
RGB
CMYK
RGB Variations
Color information
#64493D (or 0x64493D) is known color: Spice. HEX triplet: 64, 49 and 3D. RGB value is (100,73,61). Sum of RGB (Red+Green+Blue) = 100+73+61=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #64493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64493D is #9BB6C2. Grayscale: #4F4F4F. Windows color (decimal): -10204867 or 4016484. OLE color: 4016484.
HSL color Cylindrical-coordinate representation of color #64493D: hue angle of 18.46º 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 #64493D is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 61 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.61 |
| HSL | 18.46º | 0.24% | 0.32% | - |
| HSV(B) | 18.46º | 0.39% | 0.39% | - |
| XYZ | 8.48 | 7.81 | 5.48 | - |
| YUV | 79.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 61 | 0 | 0.27 | 0.39 | 0.61 | 18.46 | 0.24 | 0.32 |
| Hex | 64 | 49 | 3D | 0 | 1B | 27 | 3D | 12 | 18 | 20 |
| Octal | 144 | 111 | 75 | 0 | 33 | 47 | 75 | 22 | 30 | 40 |
| Binary | 1100100 | 1001001 | 111101 | 0 | 11011 | 100111 | 111101 | 10010 | 11000 | 100000 |
Color Harmonies of #64493D
Complementary color
Monochromatic Colors of #64493D
Black with #64493D
Text Example
Text Example
White with #64493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64493D; }
p { color: rgb(100,73,61); }
H1.HeaderClassName
{
color: #64493D;
}
.AnyTagClassName
{
color: #64493D;
}
</style>
background-color css
<style>
a { background-color: #64493D; }
a { background-color: rgb(100,73,61); }
div.DivClassName
{
background-color: #64493D;
}
.BgClassName
{
background-color: #64493D;
}
</style>
border-color css
<style>
span { border-color: #64493D; }
span { border-color: rgb(100,73,61); }
td.TdClassName
{
border-color: #64493D;
}
.TagClassName
{
border-color: #64493D;
}
</style>