Shades of Nomad #99968D
Tints of Nomad #99968D
RGB
CMYK
RGB Variations
Color information
#99968D (or 0x99968D) is known color: Nomad. HEX triplet: 99, 96 and 8D. RGB value is (153,150,141). Sum of RGB (Red+Green+Blue) = 153+150+141=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #99968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99968D is #666972. Grayscale: #959595. Windows color (decimal): -6711667 or 9279129. OLE color: 9279129.
HSL color Cylindrical-coordinate representation of color #99968D: hue angle of 45º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99968D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 141 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.4 |
| HSL | 45º | 0.06% | 0.58% | - |
| HSV(B) | 45º | 0.08% | 0.6% | - |
| XYZ | 28.85 | 30.51 | 29.57 | - |
| YUV | 149.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 141 | 0 | 0.02 | 0.08 | 0.4 | 45 | 0.06 | 0.58 |
| Hex | 99 | 96 | 8D | 0 | 2 | 8 | 28 | 2D | 6 | 3A |
| Octal | 231 | 226 | 215 | 0 | 2 | 10 | 50 | 55 | 6 | 72 |
| Binary | 10011001 | 10010110 | 10001101 | 0 | 10 | 1000 | 101000 | 101101 | 110 | 111010 |
Color Harmonies of #99968D
Complementary color
Monochromatic Colors of #99968D
Black with #99968D
Text Example
Text Example
White with #99968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99968D; }
p { color: rgb(153,150,141); }
H1.HeaderClassName
{
color: #99968D;
}
.AnyTagClassName
{
color: #99968D;
}
</style>
background-color css
<style>
a { background-color: #99968D; }
a { background-color: rgb(153,150,141); }
div.DivClassName
{
background-color: #99968D;
}
.BgClassName
{
background-color: #99968D;
}
</style>
border-color css
<style>
span { border-color: #99968D; }
span { border-color: rgb(153,150,141); }
td.TdClassName
{
border-color: #99968D;
}
.TagClassName
{
border-color: #99968D;
}
</style>