Shades of Nomad #969289
Tints of Nomad #969289
RGB
CMYK
RGB Variations
Color information
#969289 (or 0x969289) is known color: Nomad. HEX triplet: 96, 92 and 89. RGB value is (150,146,137). Sum of RGB (Red+Green+Blue) = 150+146+137=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #969289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969289 is #696D76. Grayscale: #929292. Windows color (decimal): -6909303 or 9015958. OLE color: 9015958.
HSL color Cylindrical-coordinate representation of color #969289: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969289 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 137 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.41 |
| HSL | 41.54º | 0.06% | 0.56% | - |
| HSV(B) | 41.54º | 0.09% | 0.59% | - |
| XYZ | 27.37 | 28.85 | 27.79 | - |
| YUV | 146.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 137 | 0 | 0.03 | 0.09 | 0.41 | 41.54 | 0.06 | 0.56 |
| Hex | 96 | 92 | 89 | 0 | 3 | 9 | 29 | 2A | 6 | 38 |
| Octal | 226 | 222 | 211 | 0 | 3 | 11 | 51 | 52 | 6 | 70 |
| Binary | 10010110 | 10010010 | 10001001 | 0 | 11 | 1001 | 101001 | 101010 | 110 | 111000 |
Color Harmonies of #969289
Complementary color
Monochromatic Colors of #969289
Black with #969289
Text Example
Text Example
White with #969289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969289; }
p { color: rgb(150,146,137); }
H1.HeaderClassName
{
color: #969289;
}
.AnyTagClassName
{
color: #969289;
}
</style>
background-color css
<style>
a { background-color: #969289; }
a { background-color: rgb(150,146,137); }
div.DivClassName
{
background-color: #969289;
}
.BgClassName
{
background-color: #969289;
}
</style>
border-color css
<style>
span { border-color: #969289; }
span { border-color: rgb(150,146,137); }
td.TdClassName
{
border-color: #969289;
}
.TagClassName
{
border-color: #969289;
}
</style>