Shades of Spice #644D3D
Tints of Spice #644D3D
RGB
CMYK
RGB Variations
Color information
#644D3D (or 0x644D3D) is known color: Spice. HEX triplet: 64, 4D and 3D. RGB value is (100,77,61). Sum of RGB (Red+Green+Blue) = 100+77+61=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D3D is #9BB2C2. Grayscale: #525252. Windows color (decimal): -10203843 or 4017508. OLE color: 4017508.
HSL color Cylindrical-coordinate representation of color #644D3D: hue angle of 24.62º 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 #644D3D is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 61 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.61 |
| HSL | 24.62º | 0.24% | 0.32% | - |
| HSV(B) | 24.62º | 0.39% | 0.39% | - |
| XYZ | 8.75 | 8.35 | 5.57 | - |
| YUV | 82.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 61 | 0 | 0.23 | 0.39 | 0.61 | 24.62 | 0.24 | 0.32 |
| Hex | 64 | 4D | 3D | 0 | 17 | 27 | 3D | 19 | 18 | 20 |
| Octal | 144 | 115 | 75 | 0 | 27 | 47 | 75 | 31 | 30 | 40 |
| Binary | 1100100 | 1001101 | 111101 | 0 | 10111 | 100111 | 111101 | 11001 | 11000 | 100000 |
Color Harmonies of #644D3D
Complementary color
Monochromatic Colors of #644D3D
Black with #644D3D
Text Example
Text Example
White with #644D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D3D; }
p { color: rgb(100,77,61); }
H1.HeaderClassName
{
color: #644D3D;
}
.AnyTagClassName
{
color: #644D3D;
}
</style>
background-color css
<style>
a { background-color: #644D3D; }
a { background-color: rgb(100,77,61); }
div.DivClassName
{
background-color: #644D3D;
}
.BgClassName
{
background-color: #644D3D;
}
</style>
border-color css
<style>
span { border-color: #644D3D; }
span { border-color: rgb(100,77,61); }
td.TdClassName
{
border-color: #644D3D;
}
.TagClassName
{
border-color: #644D3D;
}
</style>