Shades of Spicy Mix #905F50
Tints of Spicy Mix #905F50
RGB
CMYK
RGB Variations
Color information
#905F50 (or 0x905F50) is known color: Spicy Mix. HEX triplet: 90, 5F and 50. RGB value is (144,95,80). Sum of RGB (Red+Green+Blue) = 144+95+80=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #905F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F50 is #6FA0AF. Grayscale: #6C6C6C. Windows color (decimal): -7315632 or 5267344. OLE color: 5267344.
HSL color Cylindrical-coordinate representation of color #905F50: hue angle of 14.06º degrees, saturation: 0.29, 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 #905F50 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 80 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.44 |
| HSL | 14.06º | 0.29% | 0.44% | - |
| HSV(B) | 14.06º | 0.44% | 0.56% | - |
| XYZ | 17.04 | 14.69 | 9.53 | - |
| YUV | 107.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 80 | 0 | 0.34 | 0.44 | 0.44 | 14.06 | 0.29 | 0.44 |
| Hex | 90 | 5F | 50 | 0 | 22 | 2C | 2C | E | 1D | 2C |
| Octal | 220 | 137 | 120 | 0 | 42 | 54 | 54 | 16 | 35 | 54 |
| Binary | 10010000 | 1011111 | 1010000 | 0 | 100010 | 101100 | 101100 | 1110 | 11101 | 101100 |
Color Harmonies of #905F50
Complementary color
Monochromatic Colors of #905F50
Black with #905F50
Text Example
Text Example
White with #905F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F50; }
p { color: rgb(144,95,80); }
H1.HeaderClassName
{
color: #905F50;
}
.AnyTagClassName
{
color: #905F50;
}
</style>
background-color css
<style>
a { background-color: #905F50; }
a { background-color: rgb(144,95,80); }
div.DivClassName
{
background-color: #905F50;
}
.BgClassName
{
background-color: #905F50;
}
</style>
border-color css
<style>
span { border-color: #905F50; }
span { border-color: rgb(144,95,80); }
td.TdClassName
{
border-color: #905F50;
}
.TagClassName
{
border-color: #905F50;
}
</style>