Shades of Spice #654E3C
Tints of Spice #654E3C
RGB
CMYK
RGB Variations
Color information
#654E3C (or 0x654E3C) is known color: Spice. HEX triplet: 65, 4E and 3C. RGB value is (101,78,60). Sum of RGB (Red+Green+Blue) = 101+78+60=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #654E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E3C is #9AB1C3. Grayscale: #525252. Windows color (decimal): -10138052 or 3952229. OLE color: 3952229.
HSL color Cylindrical-coordinate representation of color #654E3C: 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.41%. Process color model (Four color, CMYK) of #654E3C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 60 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.60 |
| HSL | 26.34º | 0.25% | 0.32% | - |
| HSV(B) | 26.34º | 0.41% | 0.4% | - |
| XYZ | 8.91 | 8.54 | 5.45 | - |
| YUV | 82.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 60 | 0 | 0.23 | 0.41 | 0.60 | 26.34 | 0.25 | 0.32 |
| Hex | 65 | 4E | 3C | 0 | 17 | 29 | 3C | 1A | 19 | 20 |
| Octal | 145 | 116 | 74 | 0 | 27 | 51 | 74 | 32 | 31 | 40 |
| Binary | 1100101 | 1001110 | 111100 | 0 | 10111 | 101001 | 111100 | 11010 | 11001 | 100000 |
Color Harmonies of #654E3C
Complementary color
Monochromatic Colors of #654E3C
Black with #654E3C
Text Example
Text Example
White with #654E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E3C; }
p { color: rgb(101,78,60); }
H1.HeaderClassName
{
color: #654E3C;
}
.AnyTagClassName
{
color: #654E3C;
}
</style>
background-color css
<style>
a { background-color: #654E3C; }
a { background-color: rgb(101,78,60); }
div.DivClassName
{
background-color: #654E3C;
}
.BgClassName
{
background-color: #654E3C;
}
</style>
border-color css
<style>
span { border-color: #654E3C; }
span { border-color: rgb(101,78,60); }
td.TdClassName
{
border-color: #654E3C;
}
.TagClassName
{
border-color: #654E3C;
}
</style>