Shades of Spice #654F43
Tints of Spice #654F43
RGB
CMYK
RGB Variations
Color information
#654F43 (or 0x654F43) is known color: Spice. HEX triplet: 65, 4F and 43. RGB value is (101,79,67). Sum of RGB (Red+Green+Blue) = 101+79+67=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #654F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F43 is #9AB0BC. Grayscale: #545454. Windows color (decimal): -10137789 or 4411237. OLE color: 4411237.
HSL color Cylindrical-coordinate representation of color #654F43: hue angle of 21.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654F43 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 67 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.60 |
| HSL | 21.18º | 0.2% | 0.33% | - |
| HSV(B) | 21.18º | 0.34% | 0.4% | - |
| XYZ | 9.18 | 8.76 | 6.52 | - |
| YUV | 84.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 67 | 0 | 0.22 | 0.34 | 0.60 | 21.18 | 0.2 | 0.33 |
| Hex | 65 | 4F | 43 | 0 | 16 | 22 | 3C | 15 | 14 | 21 |
| Octal | 145 | 117 | 103 | 0 | 26 | 42 | 74 | 25 | 24 | 41 |
| Binary | 1100101 | 1001111 | 1000011 | 0 | 10110 | 100010 | 111100 | 10101 | 10100 | 100001 |
Color Harmonies of #654F43
Complementary color
Monochromatic Colors of #654F43
Black with #654F43
Text Example
Text Example
White with #654F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F43; }
p { color: rgb(101,79,67); }
H1.HeaderClassName
{
color: #654F43;
}
.AnyTagClassName
{
color: #654F43;
}
</style>
background-color css
<style>
a { background-color: #654F43; }
a { background-color: rgb(101,79,67); }
div.DivClassName
{
background-color: #654F43;
}
.BgClassName
{
background-color: #654F43;
}
</style>
border-color css
<style>
span { border-color: #654F43; }
span { border-color: rgb(101,79,67); }
td.TdClassName
{
border-color: #654F43;
}
.TagClassName
{
border-color: #654F43;
}
</style>