Shades of Spice #664C40
Tints of Spice #664C40
RGB
CMYK
RGB Variations
Color information
#664C40 (or 0x664C40) is known color: Spice. HEX triplet: 66, 4C and 40. RGB value is (102,76,64). Sum of RGB (Red+Green+Blue) = 102+76+64=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #664C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C40 is #99B3BF. Grayscale: #525252. Windows color (decimal): -10073024 or 4213862. OLE color: 4213862.
HSL color Cylindrical-coordinate representation of color #664C40: hue angle of 18.95º 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 #664C40 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 64 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.6 |
| HSL | 18.95º | 0.23% | 0.33% | - |
| HSV(B) | 18.95º | 0.37% | 0.4% | - |
| XYZ | 8.99 | 8.36 | 5.99 | - |
| YUV | 82.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 64 | 0 | 0.25 | 0.37 | 0.6 | 18.95 | 0.23 | 0.33 |
| Hex | 66 | 4C | 40 | 0 | 19 | 25 | 3C | 13 | 17 | 21 |
| Octal | 146 | 114 | 100 | 0 | 31 | 45 | 74 | 23 | 27 | 41 |
| Binary | 1100110 | 1001100 | 1000000 | 0 | 11001 | 100101 | 111100 | 10011 | 10111 | 100001 |
Color Harmonies of #664C40
Complementary color
Monochromatic Colors of #664C40
Black with #664C40
Text Example
Text Example
White with #664C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C40; }
p { color: rgb(102,76,64); }
H1.HeaderClassName
{
color: #664C40;
}
.AnyTagClassName
{
color: #664C40;
}
</style>
background-color css
<style>
a { background-color: #664C40; }
a { background-color: rgb(102,76,64); }
div.DivClassName
{
background-color: #664C40;
}
.BgClassName
{
background-color: #664C40;
}
</style>
border-color css
<style>
span { border-color: #664C40; }
span { border-color: rgb(102,76,64); }
td.TdClassName
{
border-color: #664C40;
}
.TagClassName
{
border-color: #664C40;
}
</style>