Shades of Spice #664A40
Tints of Spice #664A40
RGB
CMYK
RGB Variations
Color information
#664A40 (or 0x664A40) is known color: Spice. HEX triplet: 66, 4A and 40. RGB value is (102,74,64). Sum of RGB (Red+Green+Blue) = 102+74+64=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A40 is #99B5BF. Grayscale: #515151. Windows color (decimal): -10073536 or 4213350. OLE color: 4213350.
HSL color Cylindrical-coordinate representation of color #664A40: hue angle of 15.79º 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 #664A40 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 64 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.6 |
| HSL | 15.79º | 0.23% | 0.33% | - |
| HSV(B) | 15.79º | 0.37% | 0.4% | - |
| XYZ | 8.85 | 8.09 | 5.95 | - |
| YUV | 81.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 64 | 0 | 0.27 | 0.37 | 0.6 | 15.79 | 0.23 | 0.33 |
| Hex | 66 | 4A | 40 | 0 | 1B | 25 | 3C | 10 | 17 | 21 |
| Octal | 146 | 112 | 100 | 0 | 33 | 45 | 74 | 20 | 27 | 41 |
| Binary | 1100110 | 1001010 | 1000000 | 0 | 11011 | 100101 | 111100 | 10000 | 10111 | 100001 |
Color Harmonies of #664A40
Complementary color
Monochromatic Colors of #664A40
Black with #664A40
Text Example
Text Example
White with #664A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A40; }
p { color: rgb(102,74,64); }
H1.HeaderClassName
{
color: #664A40;
}
.AnyTagClassName
{
color: #664A40;
}
</style>
background-color css
<style>
a { background-color: #664A40; }
a { background-color: rgb(102,74,64); }
div.DivClassName
{
background-color: #664A40;
}
.BgClassName
{
background-color: #664A40;
}
</style>
border-color css
<style>
span { border-color: #664A40; }
span { border-color: rgb(102,74,64); }
td.TdClassName
{
border-color: #664A40;
}
.TagClassName
{
border-color: #664A40;
}
</style>