Shades of Nobel #9D9696
Tints of Nobel #9D9696
RGB
CMYK
RGB Variations
Color information
#9D9696 (or 0x9D9696) is known color: Nobel. HEX triplet: 9D, 96 and 96. RGB value is (157,150,150). Sum of RGB (Red+Green+Blue) = 157+150+150=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9696 is #626969. Grayscale: #989898. Windows color (decimal): -6449514 or 9868957. OLE color: 9868957.
HSL color Cylindrical-coordinate representation of color #9D9696: hue angle of 0º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D9696 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
RGB | 157 | 150 | 150 | - |
CMYK | 0 | 0.04 | 0.04 | 0.38 |
HSL | 0º | 0.03% | 0.6% | - |
HSV(B) | 0º | 0.04% | 0.62% | - |
XYZ | 30.32 | 31.18 | 33.28 | - |
YUV | 152.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 150 | 150 | 0 | 0.04 | 0.04 | 0.38 | 0 | 0.03 | 0.6 |
Hex | 9D | 96 | 96 | 0 | 4 | 4 | 26 | 0 | 3 | 3C |
Octal | 235 | 226 | 226 | 0 | 4 | 4 | 46 | 0 | 3 | 74 |
Binary | 10011101 | 10010110 | 10010110 | 0 | 100 | 100 | 100110 | 0 | 11 | 111100 |
Color Harmonies of #9D9696
Complementary color
Monochromatic Colors of #9D9696
Black with #9D9696
Text Example
Text Example
White with #9D9696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9696; }
p { color: rgb(157,150,150); }
H1.HeaderClassName
{
color: #9D9696;
}
.AnyTagClassName
{
color: #9D9696;
}
</style>
background-color css
<style>
a { background-color: #9D9696; }
a { background-color: rgb(157,150,150); }
div.DivClassName
{
background-color: #9D9696;
}
.BgClassName
{
background-color: #9D9696;
}
</style>
border-color css
<style>
span { border-color: #9D9696; }
span { border-color: rgb(157,150,150); }
td.TdClassName
{
border-color: #9D9696;
}
.TagClassName
{
border-color: #9D9696;
}
</style>