Shades of Napa #9B968E
Tints of Napa #9B968E
RGB
CMYK
RGB Variations
Color information
#9B968E (or 0x9B968E) is known color: Napa. HEX triplet: 9B, 96 and 8E. RGB value is (155,150,142). Sum of RGB (Red+Green+Blue) = 155+150+142=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B968E is #646971. Grayscale: #969696. Windows color (decimal): -6580594 or 9344667. OLE color: 9344667.
HSL color Cylindrical-coordinate representation of color #9B968E: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B968E is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 142 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.39 |
| HSL | 36.92º | 0.06% | 0.58% | - |
| HSV(B) | 36.92º | 0.08% | 0.61% | - |
| XYZ | 29.31 | 30.73 | 29.98 | - |
| YUV | 150.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 142 | 0 | 0.03 | 0.08 | 0.39 | 36.92 | 0.06 | 0.58 |
| Hex | 9B | 96 | 8E | 0 | 3 | 8 | 27 | 25 | 6 | 3A |
| Octal | 233 | 226 | 216 | 0 | 3 | 10 | 47 | 45 | 6 | 72 |
| Binary | 10011011 | 10010110 | 10001110 | 0 | 11 | 1000 | 100111 | 100101 | 110 | 111010 |
Color Harmonies of #9B968E
Complementary color
Monochromatic Colors of #9B968E
Black with #9B968E
Text Example
Text Example
White with #9B968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B968E; }
p { color: rgb(155,150,142); }
H1.HeaderClassName
{
color: #9B968E;
}
.AnyTagClassName
{
color: #9B968E;
}
</style>
background-color css
<style>
a { background-color: #9B968E; }
a { background-color: rgb(155,150,142); }
div.DivClassName
{
background-color: #9B968E;
}
.BgClassName
{
background-color: #9B968E;
}
</style>
border-color css
<style>
span { border-color: #9B968E; }
span { border-color: rgb(155,150,142); }
td.TdClassName
{
border-color: #9B968E;
}
.TagClassName
{
border-color: #9B968E;
}
</style>