Shades of Nobel #9F9E9E
Tints of Nobel #9F9E9E
RGB
CMYK
RGB Variations
Color information
#9F9E9E (or 0x9F9E9E) is known color: Nobel. HEX triplet: 9F, 9E and 9E. RGB value is (159,158,158). Sum of RGB (Red+Green+Blue) = 159+158+158=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E9E is #606161. Grayscale: #9E9E9E. Windows color (decimal): -6316386 or 10395295. OLE color: 10395295.
HSL color Cylindrical-coordinate representation of color #9F9E9E: hue angle of 0º degrees, saturation: 0.01, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9F9E9E is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 158 | 158 | - |
CMYK | 0 | 0.01 | 0.01 | 0.38 |
HSL | 0º | 0.01% | 0.62% | - |
HSV(B) | 0º | 0.01% | 0.62% | - |
XYZ | 32.7 | 34.29 | 37.24 | - |
YUV | 158.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 158 | 158 | 0 | 0.01 | 0.01 | 0.38 | 0 | 0.01 | 0.62 |
Hex | 9F | 9E | 9E | 0 | 1 | 1 | 26 | 0 | 1 | 3E |
Octal | 237 | 236 | 236 | 0 | 1 | 1 | 46 | 0 | 1 | 76 |
Binary | 10011111 | 10011110 | 10011110 | 0 | 1 | 1 | 100110 | 0 | 1 | 111110 |
Color Harmonies of #9F9E9E
Complementary color
Monochromatic Colors of #9F9E9E
Black with #9F9E9E
Text Example
Text Example
White with #9F9E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E9E; }
p { color: rgb(159,158,158); }
H1.HeaderClassName
{
color: #9F9E9E;
}
.AnyTagClassName
{
color: #9F9E9E;
}
</style>
background-color css
<style>
a { background-color: #9F9E9E; }
a { background-color: rgb(159,158,158); }
div.DivClassName
{
background-color: #9F9E9E;
}
.BgClassName
{
background-color: #9F9E9E;
}
</style>
border-color css
<style>
span { border-color: #9F9E9E; }
span { border-color: rgb(159,158,158); }
td.TdClassName
{
border-color: #9F9E9E;
}
.TagClassName
{
border-color: #9F9E9E;
}
</style>