Shades of Nomad #9F9684
Tints of Nomad #9F9684
RGB
CMYK
RGB Variations
Color information
#9F9684 (or 0x9F9684) is known color: Nomad. HEX triplet: 9F, 96 and 84. RGB value is (159,150,132). Sum of RGB (Red+Green+Blue) = 159+150+132=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9684 is #60697B. Grayscale: #969696. Windows color (decimal): -6318460 or 8689311. OLE color: 8689311.
HSL color Cylindrical-coordinate representation of color #9F9684: hue angle of 40º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F9684 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 150 | 132 | - |
CMYK | 0 | 0.06 | 0.17 | 0.38 |
HSL | 40º | 0.12% | 0.57% | - |
HSV(B) | 40º | 0.17% | 0.62% | - |
XYZ | 29.37 | 30.85 | 26.24 | - |
YUV | 150.64 | 117.48 | 133.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 150 | 132 | 0 | 0.06 | 0.17 | 0.38 | 40 | 0.12 | 0.57 |
Hex | 9F | 96 | 84 | 0 | 6 | 11 | 26 | 28 | C | 39 |
Octal | 237 | 226 | 204 | 0 | 6 | 21 | 46 | 50 | 14 | 71 |
Binary | 10011111 | 10010110 | 10000100 | 0 | 110 | 10001 | 100110 | 101000 | 1100 | 111001 |
Color Harmonies of #9F9684
Complementary color
Monochromatic Colors of #9F9684
Black with #9F9684
Text Example
Text Example
White with #9F9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9684; }
p { color: rgb(159,150,132); }
H1.HeaderClassName
{
color: #9F9684;
}
.AnyTagClassName
{
color: #9F9684;
}
</style>
background-color css
<style>
a { background-color: #9F9684; }
a { background-color: rgb(159,150,132); }
div.DivClassName
{
background-color: #9F9684;
}
.BgClassName
{
background-color: #9F9684;
}
</style>
border-color css
<style>
span { border-color: #9F9684; }
span { border-color: rgb(159,150,132); }
td.TdClassName
{
border-color: #9F9684;
}
.TagClassName
{
border-color: #9F9684;
}
</style>