Shades of Napa #9D968A
Tints of Napa #9D968A
RGB
CMYK
RGB Variations
Color information
#9D968A (or 0x9D968A) is known color: Napa. HEX triplet: 9D, 96 and 8A. RGB value is (157,150,138). Sum of RGB (Red+Green+Blue) = 157+150+138=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 157 - color contains mainly: red. Hex color #9D968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D968A is #626975. Grayscale: #969696. Windows color (decimal): -6449526 or 9082525. OLE color: 9082525.
HSL color Cylindrical-coordinate representation of color #9D968A: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D968A is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 138 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.38 |
| HSL | 37.89º | 0.09% | 0.58% | - |
| HSV(B) | 37.89º | 0.12% | 0.62% | - |
| XYZ | 29.4 | 30.82 | 28.44 | - |
| YUV | 150.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 138 | 0 | 0.04 | 0.12 | 0.38 | 37.89 | 0.09 | 0.58 |
| Hex | 9D | 96 | 8A | 0 | 4 | C | 26 | 26 | 9 | 3A |
| Octal | 235 | 226 | 212 | 0 | 4 | 14 | 46 | 46 | 11 | 72 |
| Binary | 10011101 | 10010110 | 10001010 | 0 | 100 | 1100 | 100110 | 100110 | 1001 | 111010 |
Color Harmonies of #9D968A
Complementary color
Monochromatic Colors of #9D968A
Black with #9D968A
Text Example
Text Example
White with #9D968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D968A; }
p { color: rgb(157,150,138); }
H1.HeaderClassName
{
color: #9D968A;
}
.AnyTagClassName
{
color: #9D968A;
}
</style>
background-color css
<style>
a { background-color: #9D968A; }
a { background-color: rgb(157,150,138); }
div.DivClassName
{
background-color: #9D968A;
}
.BgClassName
{
background-color: #9D968A;
}
</style>
border-color css
<style>
span { border-color: #9D968A; }
span { border-color: rgb(157,150,138); }
td.TdClassName
{
border-color: #9D968A;
}
.TagClassName
{
border-color: #9D968A;
}
</style>