Shades of Nobel #9F9494
Tints of Nobel #9F9494
RGB
CMYK
RGB Variations
Color information
#9F9494 (or 0x9F9494) is known color: Nobel. HEX triplet: 9F, 94 and 94. RGB value is (159,148,148). Sum of RGB (Red+Green+Blue) = 159+148+148=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9494 is #606B6B. Grayscale: #979797. Windows color (decimal): -6318956 or 9737375. OLE color: 9737375.
HSL color Cylindrical-coordinate representation of color #9F9494: hue angle of 0º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9F9494 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 148 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.38 |
| HSL | 0º | 0.05% | 0.6% | - |
| HSV(B) | 0º | 0.07% | 0.62% | - |
| XYZ | 30.23 | 30.69 | 32.35 | - |
| YUV | 151.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 148 | 0 | 0.07 | 0.07 | 0.38 | 0 | 0.05 | 0.6 |
| Hex | 9F | 94 | 94 | 0 | 7 | 7 | 26 | 0 | 5 | 3C |
| Octal | 237 | 224 | 224 | 0 | 7 | 7 | 46 | 0 | 5 | 74 |
| Binary | 10011111 | 10010100 | 10010100 | 0 | 111 | 111 | 100110 | 0 | 101 | 111100 |
Color Harmonies of #9F9494
Complementary color
Monochromatic Colors of #9F9494
Black with #9F9494
Text Example
Text Example
White with #9F9494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9494; }
p { color: rgb(159,148,148); }
H1.HeaderClassName
{
color: #9F9494;
}
.AnyTagClassName
{
color: #9F9494;
}
</style>
background-color css
<style>
a { background-color: #9F9494; }
a { background-color: rgb(159,148,148); }
div.DivClassName
{
background-color: #9F9494;
}
.BgClassName
{
background-color: #9F9494;
}
</style>
border-color css
<style>
span { border-color: #9F9494; }
span { border-color: rgb(159,148,148); }
td.TdClassName
{
border-color: #9F9494;
}
.TagClassName
{
border-color: #9F9494;
}
</style>