Shades of Nomad #99958B
Tints of Nomad #99958B
RGB
CMYK
RGB Variations
Color information
#99958B (or 0x99958B) is known color: Nomad. HEX triplet: 99, 95 and 8B. RGB value is (153,149,139). Sum of RGB (Red+Green+Blue) = 153+149+139=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #99958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99958B is #666A74. Grayscale: #959595. Windows color (decimal): -6711925 or 9147801. OLE color: 9147801.
HSL color Cylindrical-coordinate representation of color #99958B: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99958B is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 139 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.4 |
| HSL | 42.86º | 0.06% | 0.57% | - |
| HSV(B) | 42.86º | 0.09% | 0.6% | - |
| XYZ | 28.54 | 30.13 | 28.74 | - |
| YUV | 149.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 139 | 0 | 0.03 | 0.09 | 0.4 | 42.86 | 0.06 | 0.57 |
| Hex | 99 | 95 | 8B | 0 | 3 | 9 | 28 | 2B | 6 | 39 |
| Octal | 231 | 225 | 213 | 0 | 3 | 11 | 50 | 53 | 6 | 71 |
| Binary | 10011001 | 10010101 | 10001011 | 0 | 11 | 1001 | 101000 | 101011 | 110 | 111001 |
Color Harmonies of #99958B
Complementary color
Monochromatic Colors of #99958B
Black with #99958B
Text Example
Text Example
White with #99958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99958B; }
p { color: rgb(153,149,139); }
H1.HeaderClassName
{
color: #99958B;
}
.AnyTagClassName
{
color: #99958B;
}
</style>
background-color css
<style>
a { background-color: #99958B; }
a { background-color: rgb(153,149,139); }
div.DivClassName
{
background-color: #99958B;
}
.BgClassName
{
background-color: #99958B;
}
</style>
border-color css
<style>
span { border-color: #99958B; }
span { border-color: rgb(153,149,139); }
td.TdClassName
{
border-color: #99958B;
}
.TagClassName
{
border-color: #99958B;
}
</style>