Shades of Spice #664F3D
Tints of Spice #664F3D
RGB
CMYK
RGB Variations
Color information
#664F3D (or 0x664F3D) is known color: Spice. HEX triplet: 66, 4F and 3D. RGB value is (102,79,61). Sum of RGB (Red+Green+Blue) = 102+79+61=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #664F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F3D is #99B0C2. Grayscale: #535353. Windows color (decimal): -10072259 or 4018022. OLE color: 4018022.
HSL color Cylindrical-coordinate representation of color #664F3D: hue angle of 26.34º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #664F3D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 61 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.6 |
| HSL | 26.34º | 0.25% | 0.32% | - |
| HSV(B) | 26.34º | 0.4% | 0.4% | - |
| XYZ | 9.12 | 8.75 | 5.62 | - |
| YUV | 83.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 61 | 0 | 0.23 | 0.40 | 0.6 | 26.34 | 0.25 | 0.32 |
| Hex | 66 | 4F | 3D | 0 | 17 | 28 | 3C | 1A | 19 | 20 |
| Octal | 146 | 117 | 75 | 0 | 27 | 50 | 74 | 32 | 31 | 40 |
| Binary | 1100110 | 1001111 | 111101 | 0 | 10111 | 101000 | 111100 | 11010 | 11001 | 100000 |
Color Harmonies of #664F3D
Complementary color
Monochromatic Colors of #664F3D
Black with #664F3D
Text Example
Text Example
White with #664F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F3D; }
p { color: rgb(102,79,61); }
H1.HeaderClassName
{
color: #664F3D;
}
.AnyTagClassName
{
color: #664F3D;
}
</style>
background-color css
<style>
a { background-color: #664F3D; }
a { background-color: rgb(102,79,61); }
div.DivClassName
{
background-color: #664F3D;
}
.BgClassName
{
background-color: #664F3D;
}
</style>
border-color css
<style>
span { border-color: #664F3D; }
span { border-color: rgb(102,79,61); }
td.TdClassName
{
border-color: #664F3D;
}
.TagClassName
{
border-color: #664F3D;
}
</style>