Shades of Napa #9C968D
Tints of Napa #9C968D
RGB
CMYK
RGB Variations
Color information
#9C968D (or 0x9C968D) is known color: Napa. HEX triplet: 9C, 96 and 8D. RGB value is (156,150,141). Sum of RGB (Red+Green+Blue) = 156+150+141=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C968D is #636972. Grayscale: #969696. Windows color (decimal): -6515059 or 9279132. OLE color: 9279132.
HSL color Cylindrical-coordinate representation of color #9C968D: hue angle of 36º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C968D is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 141 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.39 |
| HSL | 36º | 0.07% | 0.58% | - |
| HSV(B) | 36º | 0.1% | 0.61% | - |
| XYZ | 29.42 | 30.8 | 29.59 | - |
| YUV | 150.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 141 | 0 | 0.04 | 0.10 | 0.39 | 36 | 0.07 | 0.58 |
| Hex | 9C | 96 | 8D | 0 | 4 | A | 27 | 24 | 7 | 3A |
| Octal | 234 | 226 | 215 | 0 | 4 | 12 | 47 | 44 | 7 | 72 |
| Binary | 10011100 | 10010110 | 10001101 | 0 | 100 | 1010 | 100111 | 100100 | 111 | 111010 |
Color Harmonies of #9C968D
Complementary color
Monochromatic Colors of #9C968D
Black with #9C968D
Text Example
Text Example
White with #9C968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C968D; }
p { color: rgb(156,150,141); }
H1.HeaderClassName
{
color: #9C968D;
}
.AnyTagClassName
{
color: #9C968D;
}
</style>
background-color css
<style>
a { background-color: #9C968D; }
a { background-color: rgb(156,150,141); }
div.DivClassName
{
background-color: #9C968D;
}
.BgClassName
{
background-color: #9C968D;
}
</style>
border-color css
<style>
span { border-color: #9C968D; }
span { border-color: rgb(156,150,141); }
td.TdClassName
{
border-color: #9C968D;
}
.TagClassName
{
border-color: #9C968D;
}
</style>