Shades of Nomad #999587
Tints of Nomad #999587
RGB
CMYK
RGB Variations
Color information
#999587 (or 0x999587) is known color: Nomad. HEX triplet: 99, 95 and 87. RGB value is (153,149,135). Sum of RGB (Red+Green+Blue) = 153+149+135=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #999587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999587 is #666A78. Grayscale: #949494. Windows color (decimal): -6711929 or 8885657. OLE color: 8885657.
HSL color Cylindrical-coordinate representation of color #999587: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999587 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 135 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.4 |
| HSL | 46.67º | 0.08% | 0.56% | - |
| HSV(B) | 46.67º | 0.12% | 0.6% | - |
| XYZ | 28.26 | 30.02 | 27.23 | - |
| YUV | 148.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 135 | 0 | 0.03 | 0.12 | 0.4 | 46.67 | 0.08 | 0.56 |
| Hex | 99 | 95 | 87 | 0 | 3 | C | 28 | 2F | 8 | 38 |
| Octal | 231 | 225 | 207 | 0 | 3 | 14 | 50 | 57 | 10 | 70 |
| Binary | 10011001 | 10010101 | 10000111 | 0 | 11 | 1100 | 101000 | 101111 | 1000 | 111000 |
Color Harmonies of #999587
Complementary color
Monochromatic Colors of #999587
Black with #999587
Text Example
Text Example
White with #999587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999587; }
p { color: rgb(153,149,135); }
H1.HeaderClassName
{
color: #999587;
}
.AnyTagClassName
{
color: #999587;
}
</style>
background-color css
<style>
a { background-color: #999587; }
a { background-color: rgb(153,149,135); }
div.DivClassName
{
background-color: #999587;
}
.BgClassName
{
background-color: #999587;
}
</style>
border-color css
<style>
span { border-color: #999587; }
span { border-color: rgb(153,149,135); }
td.TdClassName
{
border-color: #999587;
}
.TagClassName
{
border-color: #999587;
}
</style>