Shades of Spice #654E40
Tints of Spice #654E40
RGB
CMYK
RGB Variations
Color information
#654E40 (or 0x654E40) is known color: Spice. HEX triplet: 65, 4E and 40. RGB value is (101,78,64). Sum of RGB (Red+Green+Blue) = 101+78+64=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #654E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E40 is #9AB1BF. Grayscale: #535353. Windows color (decimal): -10138048 or 4214373. OLE color: 4214373.
HSL color Cylindrical-coordinate representation of color #654E40: hue angle of 22.7º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654E40 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 64 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.60 |
| HSL | 22.7º | 0.22% | 0.32% | - |
| HSV(B) | 22.7º | 0.37% | 0.4% | - |
| XYZ | 9.02 | 8.59 | 6.03 | - |
| YUV | 83.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 64 | 0 | 0.23 | 0.37 | 0.60 | 22.7 | 0.22 | 0.32 |
| Hex | 65 | 4E | 40 | 0 | 17 | 25 | 3C | 17 | 16 | 20 |
| Octal | 145 | 116 | 100 | 0 | 27 | 45 | 74 | 27 | 26 | 40 |
| Binary | 1100101 | 1001110 | 1000000 | 0 | 10111 | 100101 | 111100 | 10111 | 10110 | 100000 |
Color Harmonies of #654E40
Complementary color
Monochromatic Colors of #654E40
Black with #654E40
Text Example
Text Example
White with #654E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E40; }
p { color: rgb(101,78,64); }
H1.HeaderClassName
{
color: #654E40;
}
.AnyTagClassName
{
color: #654E40;
}
</style>
background-color css
<style>
a { background-color: #654E40; }
a { background-color: rgb(101,78,64); }
div.DivClassName
{
background-color: #654E40;
}
.BgClassName
{
background-color: #654E40;
}
</style>
border-color css
<style>
span { border-color: #654E40; }
span { border-color: rgb(101,78,64); }
td.TdClassName
{
border-color: #654E40;
}
.TagClassName
{
border-color: #654E40;
}
</style>