Shades of Spice #654E3F
Tints of Spice #654E3F
RGB
CMYK
RGB Variations
Color information
#654E3F (or 0x654E3F) is known color: Spice. HEX triplet: 65, 4E and 3F. RGB value is (101,78,63). Sum of RGB (Red+Green+Blue) = 101+78+63=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #654E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E3F is #9AB1C0. Grayscale: #535353. Windows color (decimal): -10138049 or 4148837. OLE color: 4148837.
HSL color Cylindrical-coordinate representation of color #654E3F: hue angle of 23.68º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654E3F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 63 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.60 |
| HSL | 23.68º | 0.23% | 0.32% | - |
| HSV(B) | 23.68º | 0.38% | 0.4% | - |
| XYZ | 8.99 | 8.57 | 5.88 | - |
| YUV | 83.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 63 | 0 | 0.23 | 0.38 | 0.60 | 23.68 | 0.23 | 0.32 |
| Hex | 65 | 4E | 3F | 0 | 17 | 26 | 3C | 18 | 17 | 20 |
| Octal | 145 | 116 | 77 | 0 | 27 | 46 | 74 | 30 | 27 | 40 |
| Binary | 1100101 | 1001110 | 111111 | 0 | 10111 | 100110 | 111100 | 11000 | 10111 | 100000 |
Color Harmonies of #654E3F
Complementary color
Monochromatic Colors of #654E3F
Black with #654E3F
Text Example
Text Example
White with #654E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E3F; }
p { color: rgb(101,78,63); }
H1.HeaderClassName
{
color: #654E3F;
}
.AnyTagClassName
{
color: #654E3F;
}
</style>
background-color css
<style>
a { background-color: #654E3F; }
a { background-color: rgb(101,78,63); }
div.DivClassName
{
background-color: #654E3F;
}
.BgClassName
{
background-color: #654E3F;
}
</style>
border-color css
<style>
span { border-color: #654E3F; }
span { border-color: rgb(101,78,63); }
td.TdClassName
{
border-color: #654E3F;
}
.TagClassName
{
border-color: #654E3F;
}
</style>