Shades of Nomad #999586
Tints of Nomad #999586
RGB
CMYK
RGB Variations
Color information
#999586 (or 0x999586) is known color: Nomad. HEX triplet: 99, 95 and 86. RGB value is (153,149,134). Sum of RGB (Red+Green+Blue) = 153+149+134=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999586 is #666A79. Grayscale: #949494. Windows color (decimal): -6711930 or 8820121. OLE color: 8820121.
HSL color Cylindrical-coordinate representation of color #999586: hue angle of 47.37º degrees, saturation: 0.09, 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 #999586 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 134 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.4 |
| HSL | 47.37º | 0.09% | 0.56% | - |
| HSV(B) | 47.37º | 0.12% | 0.6% | - |
| XYZ | 28.19 | 29.99 | 26.86 | - |
| YUV | 148.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 134 | 0 | 0.03 | 0.12 | 0.4 | 47.37 | 0.09 | 0.56 |
| Hex | 99 | 95 | 86 | 0 | 3 | C | 28 | 2F | 9 | 38 |
| Octal | 231 | 225 | 206 | 0 | 3 | 14 | 50 | 57 | 11 | 70 |
| Binary | 10011001 | 10010101 | 10000110 | 0 | 11 | 1100 | 101000 | 101111 | 1001 | 111000 |
Color Harmonies of #999586
Complementary color
Monochromatic Colors of #999586
Black with #999586
Text Example
Text Example
White with #999586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999586; }
p { color: rgb(153,149,134); }
H1.HeaderClassName
{
color: #999586;
}
.AnyTagClassName
{
color: #999586;
}
</style>
background-color css
<style>
a { background-color: #999586; }
a { background-color: rgb(153,149,134); }
div.DivClassName
{
background-color: #999586;
}
.BgClassName
{
background-color: #999586;
}
</style>
border-color css
<style>
span { border-color: #999586; }
span { border-color: rgb(153,149,134); }
td.TdClassName
{
border-color: #999586;
}
.TagClassName
{
border-color: #999586;
}
</style>