Shades of Napa #9F9A8F
Tints of Napa #9F9A8F
RGB
CMYK
RGB Variations
Color information
#9F9A8F (or 0x9F9A8F) is known color: Napa. HEX triplet: 9F, 9A and 8F. RGB value is (159,154,143). Sum of RGB (Red+Green+Blue) = 159+154+143=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A8F is #606570. Grayscale: #9A9A9A. Windows color (decimal): -6317425 or 9411231. OLE color: 9411231.
HSL color Cylindrical-coordinate representation of color #9F9A8F: hue angle of 41.25º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F9A8F is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 143 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.38 |
| HSL | 41.25º | 0.08% | 0.59% | - |
| HSV(B) | 41.25º | 0.1% | 0.62% | - |
| XYZ | 30.81 | 32.47 | 30.63 | - |
| YUV | 154.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 143 | 0 | 0.03 | 0.10 | 0.38 | 41.25 | 0.08 | 0.59 |
| Hex | 9F | 9A | 8F | 0 | 3 | A | 26 | 29 | 8 | 3B |
| Octal | 237 | 232 | 217 | 0 | 3 | 12 | 46 | 51 | 10 | 73 |
| Binary | 10011111 | 10011010 | 10001111 | 0 | 11 | 1010 | 100110 | 101001 | 1000 | 111011 |
Color Harmonies of #9F9A8F
Complementary color
Monochromatic Colors of #9F9A8F
Black with #9F9A8F
Text Example
Text Example
White with #9F9A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A8F; }
p { color: rgb(159,154,143); }
H1.HeaderClassName
{
color: #9F9A8F;
}
.AnyTagClassName
{
color: #9F9A8F;
}
</style>
background-color css
<style>
a { background-color: #9F9A8F; }
a { background-color: rgb(159,154,143); }
div.DivClassName
{
background-color: #9F9A8F;
}
.BgClassName
{
background-color: #9F9A8F;
}
</style>
border-color css
<style>
span { border-color: #9F9A8F; }
span { border-color: rgb(159,154,143); }
td.TdClassName
{
border-color: #9F9A8F;
}
.TagClassName
{
border-color: #9F9A8F;
}
</style>