Shades of Shady Lady #9C949A
Tints of Shady Lady #9C949A
RGB
CMYK
RGB Variations
Color information
#9C949A (or 0x9C949A) is known color: Shady Lady. HEX triplet: 9C, 94 and 9A. RGB value is (156,148,154). Sum of RGB (Red+Green+Blue) = 156+148+154=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 156 - color contains mainly: red. Hex color #9C949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C949A is #636B65. Grayscale: #979797. Windows color (decimal): -6515558 or 10130588. OLE color: 10130588.
HSL color Cylindrical-coordinate representation of color #9C949A: hue angle of 315º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9C949A is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 154 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.39 |
| HSL | 315º | 0.04% | 0.6% | - |
| HSV(B) | 315º | 0.05% | 0.61% | - |
| XYZ | 30.13 | 30.58 | 34.89 | - |
| YUV | 151.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 154 | 0 | 0.05 | 0.01 | 0.39 | 315 | 0.04 | 0.6 |
| Hex | 9C | 94 | 9A | 0 | 5 | 1 | 27 | 13B | 4 | 3C |
| Octal | 234 | 224 | 232 | 0 | 5 | 1 | 47 | 473 | 4 | 74 |
| Binary | 10011100 | 10010100 | 10011010 | 0 | 101 | 1 | 100111 | 100111011 | 100 | 111100 |
Color Harmonies of #9C949A
Complementary color
Monochromatic Colors of #9C949A
Black with #9C949A
Text Example
Text Example
White with #9C949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C949A; }
p { color: rgb(156,148,154); }
H1.HeaderClassName
{
color: #9C949A;
}
.AnyTagClassName
{
color: #9C949A;
}
</style>
background-color css
<style>
a { background-color: #9C949A; }
a { background-color: rgb(156,148,154); }
div.DivClassName
{
background-color: #9C949A;
}
.BgClassName
{
background-color: #9C949A;
}
</style>
border-color css
<style>
span { border-color: #9C949A; }
span { border-color: rgb(156,148,154); }
td.TdClassName
{
border-color: #9C949A;
}
.TagClassName
{
border-color: #9C949A;
}
</style>