Shades of Spice #664D43
Tints of Spice #664D43
RGB
CMYK
RGB Variations
Color information
#664D43 (or 0x664D43) is known color: Spice. HEX triplet: 66, 4D and 43. RGB value is (102,77,67). Sum of RGB (Red+Green+Blue) = 102+77+67=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #664D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D43 is #99B2BC. Grayscale: #535353. Windows color (decimal): -10072765 or 4410726. OLE color: 4410726.
HSL color Cylindrical-coordinate representation of color #664D43: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664D43 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 67 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.6 |
| HSL | 17.14º | 0.21% | 0.33% | - |
| HSV(B) | 17.14º | 0.34% | 0.4% | - |
| XYZ | 9.15 | 8.54 | 6.48 | - |
| YUV | 83.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 67 | 0 | 0.25 | 0.34 | 0.6 | 17.14 | 0.21 | 0.33 |
| Hex | 66 | 4D | 43 | 0 | 19 | 22 | 3C | 11 | 15 | 21 |
| Octal | 146 | 115 | 103 | 0 | 31 | 42 | 74 | 21 | 25 | 41 |
| Binary | 1100110 | 1001101 | 1000011 | 0 | 11001 | 100010 | 111100 | 10001 | 10101 | 100001 |
Color Harmonies of #664D43
Complementary color
Monochromatic Colors of #664D43
Black with #664D43
Text Example
Text Example
White with #664D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D43; }
p { color: rgb(102,77,67); }
H1.HeaderClassName
{
color: #664D43;
}
.AnyTagClassName
{
color: #664D43;
}
</style>
background-color css
<style>
a { background-color: #664D43; }
a { background-color: rgb(102,77,67); }
div.DivClassName
{
background-color: #664D43;
}
.BgClassName
{
background-color: #664D43;
}
</style>
border-color css
<style>
span { border-color: #664D43; }
span { border-color: rgb(102,77,67); }
td.TdClassName
{
border-color: #664D43;
}
.TagClassName
{
border-color: #664D43;
}
</style>