Shades of Spice #654F3F
Tints of Spice #654F3F
RGB
CMYK
RGB Variations
Color information
#654F3F (or 0x654F3F) is known color: Spice. HEX triplet: 65, 4F and 3F. RGB value is (101,79,63). Sum of RGB (Red+Green+Blue) = 101+79+63=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #654F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F3F is #9AB0C0. Grayscale: #535353. Windows color (decimal): -10137793 or 4149093. OLE color: 4149093.
HSL color Cylindrical-coordinate representation of color #654F3F: hue angle of 25.26º 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 #654F3F is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 63 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.60 |
| HSL | 25.26º | 0.23% | 0.32% | - |
| HSV(B) | 25.26º | 0.38% | 0.4% | - |
| XYZ | 9.06 | 8.72 | 5.91 | - |
| YUV | 83.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 63 | 0 | 0.22 | 0.38 | 0.60 | 25.26 | 0.23 | 0.32 |
| Hex | 65 | 4F | 3F | 0 | 16 | 26 | 3C | 19 | 17 | 20 |
| Octal | 145 | 117 | 77 | 0 | 26 | 46 | 74 | 31 | 27 | 40 |
| Binary | 1100101 | 1001111 | 111111 | 0 | 10110 | 100110 | 111100 | 11001 | 10111 | 100000 |
Color Harmonies of #654F3F
Complementary color
Monochromatic Colors of #654F3F
Black with #654F3F
Text Example
Text Example
White with #654F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F3F; }
p { color: rgb(101,79,63); }
H1.HeaderClassName
{
color: #654F3F;
}
.AnyTagClassName
{
color: #654F3F;
}
</style>
background-color css
<style>
a { background-color: #654F3F; }
a { background-color: rgb(101,79,63); }
div.DivClassName
{
background-color: #654F3F;
}
.BgClassName
{
background-color: #654F3F;
}
</style>
border-color css
<style>
span { border-color: #654F3F; }
span { border-color: rgb(101,79,63); }
td.TdClassName
{
border-color: #654F3F;
}
.TagClassName
{
border-color: #654F3F;
}
</style>