Shades of Nomad #99968E
Tints of Nomad #99968E
RGB
CMYK
RGB Variations
Color information
#99968E (or 0x99968E) is known color: Nomad. HEX triplet: 99, 96 and 8E. RGB value is (153,150,142). Sum of RGB (Red+Green+Blue) = 153+150+142=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 153 - color contains mainly: red. Hex color #99968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99968E is #666971. Grayscale: #969696. Windows color (decimal): -6711666 or 9344665. OLE color: 9344665.
HSL color Cylindrical-coordinate representation of color #99968E: hue angle of 43.64º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99968E is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 142 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.4 |
| HSL | 43.64º | 0.05% | 0.58% | - |
| HSV(B) | 43.64º | 0.07% | 0.6% | - |
| XYZ | 28.93 | 30.54 | 29.96 | - |
| YUV | 149.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 142 | 0 | 0.02 | 0.07 | 0.4 | 43.64 | 0.05 | 0.58 |
| Hex | 99 | 96 | 8E | 0 | 2 | 7 | 28 | 2C | 5 | 3A |
| Octal | 231 | 226 | 216 | 0 | 2 | 7 | 50 | 54 | 5 | 72 |
| Binary | 10011001 | 10010110 | 10001110 | 0 | 10 | 111 | 101000 | 101100 | 101 | 111010 |
Color Harmonies of #99968E
Complementary color
Monochromatic Colors of #99968E
Black with #99968E
Text Example
Text Example
White with #99968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99968E; }
p { color: rgb(153,150,142); }
H1.HeaderClassName
{
color: #99968E;
}
.AnyTagClassName
{
color: #99968E;
}
</style>
background-color css
<style>
a { background-color: #99968E; }
a { background-color: rgb(153,150,142); }
div.DivClassName
{
background-color: #99968E;
}
.BgClassName
{
background-color: #99968E;
}
</style>
border-color css
<style>
span { border-color: #99968E; }
span { border-color: rgb(153,150,142); }
td.TdClassName
{
border-color: #99968E;
}
.TagClassName
{
border-color: #99968E;
}
</style>