Shades of Nomad #99948C
Tints of Nomad #99948C
RGB
CMYK
RGB Variations
Color information
#99948C (or 0x99948C) is known color: Nomad. HEX triplet: 99, 94 and 8C. RGB value is (153,148,140). Sum of RGB (Red+Green+Blue) = 153+148+140=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #99948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99948C is #666B73. Grayscale: #949494. Windows color (decimal): -6712180 or 9213081. OLE color: 9213081.
HSL color Cylindrical-coordinate representation of color #99948C: hue angle of 36.92º 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 #99948C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 140 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.4 |
| HSL | 36.92º | 0.06% | 0.57% | - |
| HSV(B) | 36.92º | 0.08% | 0.6% | - |
| XYZ | 28.46 | 29.85 | 29.07 | - |
| YUV | 148.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 140 | 0 | 0.03 | 0.08 | 0.4 | 36.92 | 0.06 | 0.57 |
| Hex | 99 | 94 | 8C | 0 | 3 | 8 | 28 | 25 | 6 | 39 |
| Octal | 231 | 224 | 214 | 0 | 3 | 10 | 50 | 45 | 6 | 71 |
| Binary | 10011001 | 10010100 | 10001100 | 0 | 11 | 1000 | 101000 | 100101 | 110 | 111001 |
Color Harmonies of #99948C
Complementary color
Monochromatic Colors of #99948C
Black with #99948C
Text Example
Text Example
White with #99948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99948C; }
p { color: rgb(153,148,140); }
H1.HeaderClassName
{
color: #99948C;
}
.AnyTagClassName
{
color: #99948C;
}
</style>
background-color css
<style>
a { background-color: #99948C; }
a { background-color: rgb(153,148,140); }
div.DivClassName
{
background-color: #99948C;
}
.BgClassName
{
background-color: #99948C;
}
</style>
border-color css
<style>
span { border-color: #99948C; }
span { border-color: rgb(153,148,140); }
td.TdClassName
{
border-color: #99948C;
}
.TagClassName
{
border-color: #99948C;
}
</style>