Shades of Spice #664E43
Tints of Spice #664E43
RGB
CMYK
RGB Variations
Color information
#664E43 (or 0x664E43) is known color: Spice. HEX triplet: 66, 4E and 43. RGB value is (102,78,67). Sum of RGB (Red+Green+Blue) = 102+78+67=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #664E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E43 is #99B1BC. Grayscale: #535353. Windows color (decimal): -10072509 or 4410982. OLE color: 4410982.
HSL color Cylindrical-coordinate representation of color #664E43: hue angle of 18.86º 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 #664E43 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 67 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.6 |
| HSL | 18.86º | 0.21% | 0.33% | - |
| HSV(B) | 18.86º | 0.34% | 0.4% | - |
| XYZ | 9.22 | 8.68 | 6.5 | - |
| YUV | 83.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 67 | 0 | 0.24 | 0.34 | 0.6 | 18.86 | 0.21 | 0.33 |
| Hex | 66 | 4E | 43 | 0 | 18 | 22 | 3C | 13 | 15 | 21 |
| Octal | 146 | 116 | 103 | 0 | 30 | 42 | 74 | 23 | 25 | 41 |
| Binary | 1100110 | 1001110 | 1000011 | 0 | 11000 | 100010 | 111100 | 10011 | 10101 | 100001 |
Color Harmonies of #664E43
Complementary color
Monochromatic Colors of #664E43
Black with #664E43
Text Example
Text Example
White with #664E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E43; }
p { color: rgb(102,78,67); }
H1.HeaderClassName
{
color: #664E43;
}
.AnyTagClassName
{
color: #664E43;
}
</style>
background-color css
<style>
a { background-color: #664E43; }
a { background-color: rgb(102,78,67); }
div.DivClassName
{
background-color: #664E43;
}
.BgClassName
{
background-color: #664E43;
}
</style>
border-color css
<style>
span { border-color: #664E43; }
span { border-color: rgb(102,78,67); }
td.TdClassName
{
border-color: #664E43;
}
.TagClassName
{
border-color: #664E43;
}
</style>