Shades of Spicy Mix #905D51
Tints of Spicy Mix #905D51
RGB
CMYK
RGB Variations
Color information
#905D51 (or 0x905D51) is known color: Spicy Mix. HEX triplet: 90, 5D and 51. RGB value is (144,93,81). Sum of RGB (Red+Green+Blue) = 144+93+81=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #905D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D51 is #6FA2AE. Grayscale: #6A6A6A. Windows color (decimal): -7316143 or 5332368. OLE color: 5332368.
HSL color Cylindrical-coordinate representation of color #905D51: hue angle of 11.43º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905D51 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 81 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.44 |
| HSL | 11.43º | 0.28% | 0.44% | - |
| HSV(B) | 11.43º | 0.44% | 0.56% | - |
| XYZ | 16.9 | 14.35 | 9.66 | - |
| YUV | 106.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 81 | 0 | 0.35 | 0.44 | 0.44 | 11.43 | 0.28 | 0.44 |
| Hex | 90 | 5D | 51 | 0 | 23 | 2C | 2C | B | 1C | 2C |
| Octal | 220 | 135 | 121 | 0 | 43 | 54 | 54 | 13 | 34 | 54 |
| Binary | 10010000 | 1011101 | 1010001 | 0 | 100011 | 101100 | 101100 | 1011 | 11100 | 101100 |
Color Harmonies of #905D51
Complementary color
Monochromatic Colors of #905D51
Black with #905D51
Text Example
Text Example
White with #905D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D51; }
p { color: rgb(144,93,81); }
H1.HeaderClassName
{
color: #905D51;
}
.AnyTagClassName
{
color: #905D51;
}
</style>
background-color css
<style>
a { background-color: #905D51; }
a { background-color: rgb(144,93,81); }
div.DivClassName
{
background-color: #905D51;
}
.BgClassName
{
background-color: #905D51;
}
</style>
border-color css
<style>
span { border-color: #905D51; }
span { border-color: rgb(144,93,81); }
td.TdClassName
{
border-color: #905D51;
}
.TagClassName
{
border-color: #905D51;
}
</style>