Shades of Napa #9F988B
Tints of Napa #9F988B
RGB
CMYK
RGB Variations
Color information
#9F988B (or 0x9F988B) is known color: Napa. HEX triplet: 9F, 98 and 8B. RGB value is (159,152,139). Sum of RGB (Red+Green+Blue) = 159+152+139=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 159 - color contains mainly: red. Hex color #9F988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F988B is #606774. Grayscale: #989898. Windows color (decimal): -6317941 or 9148575. OLE color: 9148575.
HSL color Cylindrical-coordinate representation of color #9F988B: hue angle of 39º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F988B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 139 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.38 |
| HSL | 39º | 0.09% | 0.58% | - |
| HSV(B) | 39º | 0.13% | 0.62% | - |
| XYZ | 30.19 | 31.69 | 28.95 | - |
| YUV | 152.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 139 | 0 | 0.04 | 0.13 | 0.38 | 39 | 0.09 | 0.58 |
| Hex | 9F | 98 | 8B | 0 | 4 | D | 26 | 27 | 9 | 3A |
| Octal | 237 | 230 | 213 | 0 | 4 | 15 | 46 | 47 | 11 | 72 |
| Binary | 10011111 | 10011000 | 10001011 | 0 | 100 | 1101 | 100110 | 100111 | 1001 | 111010 |
Color Harmonies of #9F988B
Complementary color
Monochromatic Colors of #9F988B
Black with #9F988B
Text Example
Text Example
White with #9F988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F988B; }
p { color: rgb(159,152,139); }
H1.HeaderClassName
{
color: #9F988B;
}
.AnyTagClassName
{
color: #9F988B;
}
</style>
background-color css
<style>
a { background-color: #9F988B; }
a { background-color: rgb(159,152,139); }
div.DivClassName
{
background-color: #9F988B;
}
.BgClassName
{
background-color: #9F988B;
}
</style>
border-color css
<style>
span { border-color: #9F988B; }
span { border-color: rgb(159,152,139); }
td.TdClassName
{
border-color: #9F988B;
}
.TagClassName
{
border-color: #9F988B;
}
</style>