Shades of Nobel #9C9695
Tints of Nobel #9C9695
RGB
CMYK
RGB Variations
Color information
#9C9695 (or 0x9C9695) is known color: Nobel. HEX triplet: 9C, 96 and 95. RGB value is (156,150,149). Sum of RGB (Red+Green+Blue) = 156+150+149=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9695 is #63696A. Grayscale: #979797. Windows color (decimal): -6515051 or 9803420. OLE color: 9803420.
HSL color Cylindrical-coordinate representation of color #9C9695: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9C9695 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 149 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.39 |
| HSL | 8.57º | 0.03% | 0.6% | - |
| HSV(B) | 8.57º | 0.04% | 0.61% | - |
| XYZ | 30.04 | 31.05 | 32.84 | - |
| YUV | 151.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 149 | 0 | 0.04 | 0.04 | 0.39 | 8.57 | 0.03 | 0.6 |
| Hex | 9C | 96 | 95 | 0 | 4 | 4 | 27 | 9 | 3 | 3C |
| Octal | 234 | 226 | 225 | 0 | 4 | 4 | 47 | 11 | 3 | 74 |
| Binary | 10011100 | 10010110 | 10010101 | 0 | 100 | 100 | 100111 | 1001 | 11 | 111100 |
Color Harmonies of #9C9695
Complementary color
Monochromatic Colors of #9C9695
Black with #9C9695
Text Example
Text Example
White with #9C9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9695; }
p { color: rgb(156,150,149); }
H1.HeaderClassName
{
color: #9C9695;
}
.AnyTagClassName
{
color: #9C9695;
}
</style>
background-color css
<style>
a { background-color: #9C9695; }
a { background-color: rgb(156,150,149); }
div.DivClassName
{
background-color: #9C9695;
}
.BgClassName
{
background-color: #9C9695;
}
</style>
border-color css
<style>
span { border-color: #9C9695; }
span { border-color: rgb(156,150,149); }
td.TdClassName
{
border-color: #9C9695;
}
.TagClassName
{
border-color: #9C9695;
}
</style>