Shades of Spice #65493F
Tints of Spice #65493F
RGB
CMYK
RGB Variations
Color information
#65493F (or 0x65493F) is known color: Spice. HEX triplet: 65, 49 and 3F. RGB value is (101,73,63). Sum of RGB (Red+Green+Blue) = 101+73+63=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #65493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65493F is #9AB6C0. Grayscale: #505050. Windows color (decimal): -10139329 or 4147557. OLE color: 4147557.
HSL color Cylindrical-coordinate representation of color #65493F: hue angle of 15.79º 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 #65493F is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 63 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.60 |
| HSL | 15.79º | 0.23% | 0.32% | - |
| HSV(B) | 15.79º | 0.38% | 0.4% | - |
| XYZ | 8.65 | 7.89 | 5.77 | - |
| YUV | 80.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 63 | 0 | 0.28 | 0.38 | 0.60 | 15.79 | 0.23 | 0.32 |
| Hex | 65 | 49 | 3F | 0 | 1C | 26 | 3C | 10 | 17 | 20 |
| Octal | 145 | 111 | 77 | 0 | 34 | 46 | 74 | 20 | 27 | 40 |
| Binary | 1100101 | 1001001 | 111111 | 0 | 11100 | 100110 | 111100 | 10000 | 10111 | 100000 |
Color Harmonies of #65493F
Complementary color
Monochromatic Colors of #65493F
Black with #65493F
Text Example
Text Example
White with #65493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65493F; }
p { color: rgb(101,73,63); }
H1.HeaderClassName
{
color: #65493F;
}
.AnyTagClassName
{
color: #65493F;
}
</style>
background-color css
<style>
a { background-color: #65493F; }
a { background-color: rgb(101,73,63); }
div.DivClassName
{
background-color: #65493F;
}
.BgClassName
{
background-color: #65493F;
}
</style>
border-color css
<style>
span { border-color: #65493F; }
span { border-color: rgb(101,73,63); }
td.TdClassName
{
border-color: #65493F;
}
.TagClassName
{
border-color: #65493F;
}
</style>