Shades of Napa #9E9A91
Tints of Napa #9E9A91
RGB
CMYK
RGB Variations
Color information
#9E9A91 (or 0x9E9A91) is known color: Napa. HEX triplet: 9E, 9A and 91. RGB value is (158,154,145). Sum of RGB (Red+Green+Blue) = 158+154+145=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9A91 is #61656E. Grayscale: #9A9A9A. Windows color (decimal): -6382959 or 9542302. OLE color: 9542302.
HSL color Cylindrical-coordinate representation of color #9E9A91: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9A91 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 154 | 145 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.38 |
| HSL | 41.54º | 0.06% | 0.59% | - |
| HSV(B) | 41.54º | 0.08% | 0.62% | - |
| XYZ | 30.77 | 32.42 | 31.43 | - |
| YUV | 154.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 145 | 0 | 0.03 | 0.08 | 0.38 | 41.54 | 0.06 | 0.59 |
| Hex | 9E | 9A | 91 | 0 | 3 | 8 | 26 | 2A | 6 | 3B |
| Octal | 236 | 232 | 221 | 0 | 3 | 10 | 46 | 52 | 6 | 73 |
| Binary | 10011110 | 10011010 | 10010001 | 0 | 11 | 1000 | 100110 | 101010 | 110 | 111011 |
Color Harmonies of #9E9A91
Complementary color
Monochromatic Colors of #9E9A91
Black with #9E9A91
Text Example
Text Example
White with #9E9A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9A91; }
p { color: rgb(158,154,145); }
H1.HeaderClassName
{
color: #9E9A91;
}
.AnyTagClassName
{
color: #9E9A91;
}
</style>
background-color css
<style>
a { background-color: #9E9A91; }
a { background-color: rgb(158,154,145); }
div.DivClassName
{
background-color: #9E9A91;
}
.BgClassName
{
background-color: #9E9A91;
}
</style>
border-color css
<style>
span { border-color: #9E9A91; }
span { border-color: rgb(158,154,145); }
td.TdClassName
{
border-color: #9E9A91;
}
.TagClassName
{
border-color: #9E9A91;
}
</style>