Shades of Spice #664D40
Tints of Spice #664D40
RGB
CMYK
RGB Variations
Color information
#664D40 (or 0x664D40) is known color: Spice. HEX triplet: 66, 4D and 40. RGB value is (102,77,64). Sum of RGB (Red+Green+Blue) = 102+77+64=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #664D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D40 is #99B2BF. Grayscale: #535353. Windows color (decimal): -10072768 or 4214118. OLE color: 4214118.
HSL color Cylindrical-coordinate representation of color #664D40: hue angle of 20.53º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664D40 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 64 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.6 |
| HSL | 20.53º | 0.23% | 0.33% | - |
| HSV(B) | 20.53º | 0.37% | 0.4% | - |
| XYZ | 9.06 | 8.5 | 6.01 | - |
| YUV | 82.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 64 | 0 | 0.25 | 0.37 | 0.6 | 20.53 | 0.23 | 0.33 |
| Hex | 66 | 4D | 40 | 0 | 19 | 25 | 3C | 15 | 17 | 21 |
| Octal | 146 | 115 | 100 | 0 | 31 | 45 | 74 | 25 | 27 | 41 |
| Binary | 1100110 | 1001101 | 1000000 | 0 | 11001 | 100101 | 111100 | 10101 | 10111 | 100001 |
Color Harmonies of #664D40
Complementary color
Monochromatic Colors of #664D40
Black with #664D40
Text Example
Text Example
White with #664D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D40; }
p { color: rgb(102,77,64); }
H1.HeaderClassName
{
color: #664D40;
}
.AnyTagClassName
{
color: #664D40;
}
</style>
background-color css
<style>
a { background-color: #664D40; }
a { background-color: rgb(102,77,64); }
div.DivClassName
{
background-color: #664D40;
}
.BgClassName
{
background-color: #664D40;
}
</style>
border-color css
<style>
span { border-color: #664D40; }
span { border-color: rgb(102,77,64); }
td.TdClassName
{
border-color: #664D40;
}
.TagClassName
{
border-color: #664D40;
}
</style>