Shades of Napa #9F998E
Tints of Napa #9F998E
RGB
CMYK
RGB Variations
Color information
#9F998E (or 0x9F998E) is known color: Napa. HEX triplet: 9F, 99 and 8E. RGB value is (159,153,142). Sum of RGB (Red+Green+Blue) = 159+153+142=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F998E is #606671. Grayscale: #999999. Windows color (decimal): -6317682 or 9345439. OLE color: 9345439.
HSL color Cylindrical-coordinate representation of color #9F998E: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F998E is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 142 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.38 |
| HSL | 38.82º | 0.08% | 0.59% | - |
| HSV(B) | 38.82º | 0.11% | 0.62% | - |
| XYZ | 30.57 | 32.11 | 30.18 | - |
| YUV | 153.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 142 | 0 | 0.04 | 0.11 | 0.38 | 38.82 | 0.08 | 0.59 |
| Hex | 9F | 99 | 8E | 0 | 4 | B | 26 | 27 | 8 | 3B |
| Octal | 237 | 231 | 216 | 0 | 4 | 13 | 46 | 47 | 10 | 73 |
| Binary | 10011111 | 10011001 | 10001110 | 0 | 100 | 1011 | 100110 | 100111 | 1000 | 111011 |
Color Harmonies of #9F998E
Complementary color
Monochromatic Colors of #9F998E
Black with #9F998E
Text Example
Text Example
White with #9F998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F998E; }
p { color: rgb(159,153,142); }
H1.HeaderClassName
{
color: #9F998E;
}
.AnyTagClassName
{
color: #9F998E;
}
</style>
background-color css
<style>
a { background-color: #9F998E; }
a { background-color: rgb(159,153,142); }
div.DivClassName
{
background-color: #9F998E;
}
.BgClassName
{
background-color: #9F998E;
}
</style>
border-color css
<style>
span { border-color: #9F998E; }
span { border-color: rgb(159,153,142); }
td.TdClassName
{
border-color: #9F998E;
}
.TagClassName
{
border-color: #9F998E;
}
</style>