Shades of Nomad #99958C
Tints of Nomad #99958C
RGB
CMYK
RGB Variations
Color information
#99958C (or 0x99958C) is known color: Nomad. HEX triplet: 99, 95 and 8C. RGB value is (153,149,140). Sum of RGB (Red+Green+Blue) = 153+149+140=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #99958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99958C is #666A73. Grayscale: #959595. Windows color (decimal): -6711924 or 9213337. OLE color: 9213337.
HSL color Cylindrical-coordinate representation of color #99958C: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99958C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 140 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.4 |
| HSL | 41.54º | 0.06% | 0.57% | - |
| HSV(B) | 41.54º | 0.08% | 0.6% | - |
| XYZ | 28.62 | 30.16 | 29.12 | - |
| YUV | 149.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 140 | 0 | 0.03 | 0.08 | 0.4 | 41.54 | 0.06 | 0.57 |
| Hex | 99 | 95 | 8C | 0 | 3 | 8 | 28 | 2A | 6 | 39 |
| Octal | 231 | 225 | 214 | 0 | 3 | 10 | 50 | 52 | 6 | 71 |
| Binary | 10011001 | 10010101 | 10001100 | 0 | 11 | 1000 | 101000 | 101010 | 110 | 111001 |
Color Harmonies of #99958C
Complementary color
Monochromatic Colors of #99958C
Black with #99958C
Text Example
Text Example
White with #99958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99958C; }
p { color: rgb(153,149,140); }
H1.HeaderClassName
{
color: #99958C;
}
.AnyTagClassName
{
color: #99958C;
}
</style>
background-color css
<style>
a { background-color: #99958C; }
a { background-color: rgb(153,149,140); }
div.DivClassName
{
background-color: #99958C;
}
.BgClassName
{
background-color: #99958C;
}
</style>
border-color css
<style>
span { border-color: #99958C; }
span { border-color: rgb(153,149,140); }
td.TdClassName
{
border-color: #99958C;
}
.TagClassName
{
border-color: #99958C;
}
</style>