Shades of Spice #654F3E
Tints of Spice #654F3E
RGB
CMYK
RGB Variations
Color information
#654F3E (or 0x654F3E) is known color: Spice. HEX triplet: 65, 4F and 3E. RGB value is (101,79,62). Sum of RGB (Red+Green+Blue) = 101+79+62=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #654F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F3E is #9AB0C1. Grayscale: #535353. Windows color (decimal): -10137794 or 4083557. OLE color: 4083557.
HSL color Cylindrical-coordinate representation of color #654F3E: hue angle of 26.15º 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 #654F3E is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 62 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.60 |
| HSL | 26.15º | 0.24% | 0.32% | - |
| HSV(B) | 26.15º | 0.39% | 0.4% | - |
| XYZ | 9.03 | 8.71 | 5.76 | - |
| YUV | 83.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 62 | 0 | 0.22 | 0.39 | 0.60 | 26.15 | 0.24 | 0.32 |
| Hex | 65 | 4F | 3E | 0 | 16 | 27 | 3C | 1A | 18 | 20 |
| Octal | 145 | 117 | 76 | 0 | 26 | 47 | 74 | 32 | 30 | 40 |
| Binary | 1100101 | 1001111 | 111110 | 0 | 10110 | 100111 | 111100 | 11010 | 11000 | 100000 |
Color Harmonies of #654F3E
Complementary color
Monochromatic Colors of #654F3E
Black with #654F3E
Text Example
Text Example
White with #654F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F3E; }
p { color: rgb(101,79,62); }
H1.HeaderClassName
{
color: #654F3E;
}
.AnyTagClassName
{
color: #654F3E;
}
</style>
background-color css
<style>
a { background-color: #654F3E; }
a { background-color: rgb(101,79,62); }
div.DivClassName
{
background-color: #654F3E;
}
.BgClassName
{
background-color: #654F3E;
}
</style>
border-color css
<style>
span { border-color: #654F3E; }
span { border-color: rgb(101,79,62); }
td.TdClassName
{
border-color: #654F3E;
}
.TagClassName
{
border-color: #654F3E;
}
</style>