Shades of Spice #654E3E
Tints of Spice #654E3E
RGB
CMYK
RGB Variations
Color information
#654E3E (or 0x654E3E) is known color: Spice. HEX triplet: 65, 4E and 3E. RGB value is (101,78,62). Sum of RGB (Red+Green+Blue) = 101+78+62=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #654E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E3E is #9AB1C1. Grayscale: #535353. Windows color (decimal): -10138050 or 4083301. OLE color: 4083301.
HSL color Cylindrical-coordinate representation of color #654E3E: hue angle of 24.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #654E3E is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 62 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.60 |
| HSL | 24.62º | 0.24% | 0.32% | - |
| HSV(B) | 24.62º | 0.39% | 0.4% | - |
| XYZ | 8.96 | 8.56 | 5.74 | - |
| YUV | 83.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 62 | 0 | 0.23 | 0.39 | 0.60 | 24.62 | 0.24 | 0.32 |
| Hex | 65 | 4E | 3E | 0 | 17 | 27 | 3C | 19 | 18 | 20 |
| Octal | 145 | 116 | 76 | 0 | 27 | 47 | 74 | 31 | 30 | 40 |
| Binary | 1100101 | 1001110 | 111110 | 0 | 10111 | 100111 | 111100 | 11001 | 11000 | 100000 |
Color Harmonies of #654E3E
Complementary color
Monochromatic Colors of #654E3E
Black with #654E3E
Text Example
Text Example
White with #654E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E3E; }
p { color: rgb(101,78,62); }
H1.HeaderClassName
{
color: #654E3E;
}
.AnyTagClassName
{
color: #654E3E;
}
</style>
background-color css
<style>
a { background-color: #654E3E; }
a { background-color: rgb(101,78,62); }
div.DivClassName
{
background-color: #654E3E;
}
.BgClassName
{
background-color: #654E3E;
}
</style>
border-color css
<style>
span { border-color: #654E3E; }
span { border-color: rgb(101,78,62); }
td.TdClassName
{
border-color: #654E3E;
}
.TagClassName
{
border-color: #654E3E;
}
</style>