Shades of Spicy Mix #905F46
Tints of Spicy Mix #905F46
RGB
CMYK
RGB Variations
Color information
#905F46 (or 0x905F46) is known color: Spicy Mix. HEX triplet: 90, 5F and 46. RGB value is (144,95,70). Sum of RGB (Red+Green+Blue) = 144+95+70=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #905F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905F46 is #6FA0B9. Grayscale: #6A6A6A. Windows color (decimal): -7315642 or 4611984. OLE color: 4611984.
HSL color Cylindrical-coordinate representation of color #905F46: hue angle of 20.27º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905F46 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 70 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.44 |
| HSL | 20.27º | 0.35% | 0.42% | - |
| HSV(B) | 20.27º | 0.51% | 0.56% | - |
| XYZ | 16.7 | 14.56 | 7.72 | - |
| YUV | 106.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 70 | 0 | 0.34 | 0.51 | 0.44 | 20.27 | 0.35 | 0.42 |
| Hex | 90 | 5F | 46 | 0 | 22 | 33 | 2C | 14 | 23 | 2A |
| Octal | 220 | 137 | 106 | 0 | 42 | 63 | 54 | 24 | 43 | 52 |
| Binary | 10010000 | 1011111 | 1000110 | 0 | 100010 | 110011 | 101100 | 10100 | 100011 | 101010 |
Color Harmonies of #905F46
Complementary color
Monochromatic Colors of #905F46
Black with #905F46
Text Example
Text Example
White with #905F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F46; }
p { color: rgb(144,95,70); }
H1.HeaderClassName
{
color: #905F46;
}
.AnyTagClassName
{
color: #905F46;
}
</style>
background-color css
<style>
a { background-color: #905F46; }
a { background-color: rgb(144,95,70); }
div.DivClassName
{
background-color: #905F46;
}
.BgClassName
{
background-color: #905F46;
}
</style>
border-color css
<style>
span { border-color: #905F46; }
span { border-color: rgb(144,95,70); }
td.TdClassName
{
border-color: #905F46;
}
.TagClassName
{
border-color: #905F46;
}
</style>