Shades of Spice #644D3F
Tints of Spice #644D3F
RGB
CMYK
RGB Variations
Color information
#644D3F (or 0x644D3F) is known color: Spice. HEX triplet: 64, 4D and 3F. RGB value is (100,77,63). Sum of RGB (Red+Green+Blue) = 100+77+63=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #644D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D3F is #9BB2C0. Grayscale: #525252. Windows color (decimal): -10203841 or 4148580. OLE color: 4148580.
HSL color Cylindrical-coordinate representation of color #644D3F: hue angle of 22.7º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #644D3F is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 63 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.61 |
| HSL | 22.7º | 0.23% | 0.32% | - |
| HSV(B) | 22.7º | 0.37% | 0.39% | - |
| XYZ | 8.81 | 8.38 | 5.86 | - |
| YUV | 82.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 63 | 0 | 0.23 | 0.37 | 0.61 | 22.7 | 0.23 | 0.32 |
| Hex | 64 | 4D | 3F | 0 | 17 | 25 | 3D | 17 | 17 | 20 |
| Octal | 144 | 115 | 77 | 0 | 27 | 45 | 75 | 27 | 27 | 40 |
| Binary | 1100100 | 1001101 | 111111 | 0 | 10111 | 100101 | 111101 | 10111 | 10111 | 100000 |
Color Harmonies of #644D3F
Complementary color
Monochromatic Colors of #644D3F
Black with #644D3F
Text Example
Text Example
White with #644D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D3F; }
p { color: rgb(100,77,63); }
H1.HeaderClassName
{
color: #644D3F;
}
.AnyTagClassName
{
color: #644D3F;
}
</style>
background-color css
<style>
a { background-color: #644D3F; }
a { background-color: rgb(100,77,63); }
div.DivClassName
{
background-color: #644D3F;
}
.BgClassName
{
background-color: #644D3F;
}
</style>
border-color css
<style>
span { border-color: #644D3F; }
span { border-color: rgb(100,77,63); }
td.TdClassName
{
border-color: #644D3F;
}
.TagClassName
{
border-color: #644D3F;
}
</style>