Shades of Nobel #9D9695
Tints of Nobel #9D9695
RGB
CMYK
RGB Variations
Color information
#9D9695 (or 0x9D9695) is known color: Nobel. HEX triplet: 9D, 96 and 95. RGB value is (157,150,149). Sum of RGB (Red+Green+Blue) = 157+150+149=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9695 is #62696A. Grayscale: #979797. Windows color (decimal): -6449515 or 9803421. OLE color: 9803421.
HSL color Cylindrical-coordinate representation of color #9D9695: hue angle of 7.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9D9695 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 149 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.38 |
| HSL | 7.5º | 0.04% | 0.6% | - |
| HSV(B) | 7.5º | 0.05% | 0.62% | - |
| XYZ | 30.24 | 31.15 | 32.85 | - |
| YUV | 151.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 149 | 0 | 0.04 | 0.05 | 0.38 | 7.5 | 0.04 | 0.6 |
| Hex | 9D | 96 | 95 | 0 | 4 | 5 | 26 | 8 | 4 | 3C |
| Octal | 235 | 226 | 225 | 0 | 4 | 5 | 46 | 10 | 4 | 74 |
| Binary | 10011101 | 10010110 | 10010101 | 0 | 100 | 101 | 100110 | 1000 | 100 | 111100 |
Color Harmonies of #9D9695
Complementary color
Monochromatic Colors of #9D9695
Black with #9D9695
Text Example
Text Example
White with #9D9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9695; }
p { color: rgb(157,150,149); }
H1.HeaderClassName
{
color: #9D9695;
}
.AnyTagClassName
{
color: #9D9695;
}
</style>
background-color css
<style>
a { background-color: #9D9695; }
a { background-color: rgb(157,150,149); }
div.DivClassName
{
background-color: #9D9695;
}
.BgClassName
{
background-color: #9D9695;
}
</style>
border-color css
<style>
span { border-color: #9D9695; }
span { border-color: rgb(157,150,149); }
td.TdClassName
{
border-color: #9D9695;
}
.TagClassName
{
border-color: #9D9695;
}
</style>