Shades of Spice #664F3C
Tints of Spice #664F3C
RGB
CMYK
RGB Variations
Color information
#664F3C (or 0x664F3C) is known color: Spice. HEX triplet: 66, 4F and 3C. RGB value is (102,79,60). Sum of RGB (Red+Green+Blue) = 102+79+60=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #664F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F3C is #99B0C3. Grayscale: #535353. Windows color (decimal): -10072260 or 3952486. OLE color: 3952486.
HSL color Cylindrical-coordinate representation of color #664F3C: hue angle of 27.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #664F3C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 60 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.6 |
| HSL | 27.14º | 0.26% | 0.32% | - |
| HSV(B) | 27.14º | 0.41% | 0.4% | - |
| XYZ | 9.09 | 8.74 | 5.48 | - |
| YUV | 83.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 60 | 0 | 0.23 | 0.41 | 0.6 | 27.14 | 0.26 | 0.32 |
| Hex | 66 | 4F | 3C | 0 | 17 | 29 | 3C | 1B | 1A | 20 |
| Octal | 146 | 117 | 74 | 0 | 27 | 51 | 74 | 33 | 32 | 40 |
| Binary | 1100110 | 1001111 | 111100 | 0 | 10111 | 101001 | 111100 | 11011 | 11010 | 100000 |
Color Harmonies of #664F3C
Complementary color
Monochromatic Colors of #664F3C
Black with #664F3C
Text Example
Text Example
White with #664F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F3C; }
p { color: rgb(102,79,60); }
H1.HeaderClassName
{
color: #664F3C;
}
.AnyTagClassName
{
color: #664F3C;
}
</style>
background-color css
<style>
a { background-color: #664F3C; }
a { background-color: rgb(102,79,60); }
div.DivClassName
{
background-color: #664F3C;
}
.BgClassName
{
background-color: #664F3C;
}
</style>
border-color css
<style>
span { border-color: #664F3C; }
span { border-color: rgb(102,79,60); }
td.TdClassName
{
border-color: #664F3C;
}
.TagClassName
{
border-color: #664F3C;
}
</style>