Shades of Nobel #969494
Tints of Nobel #969494
RGB
CMYK
RGB Variations
Color information
#969494 (or 0x969494) is known color: Nobel. HEX triplet: 96, 94 and 94. RGB value is (150,148,148). Sum of RGB (Red+Green+Blue) = 150+148+148=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 150 - color contains mainly: red. Hex color #969494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969494 is #696B6B. Grayscale: #949494. Windows color (decimal): -6908780 or 9737366. OLE color: 9737366.
HSL color Cylindrical-coordinate representation of color #969494: hue angle of 0º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #969494 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 148 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.41 |
| HSL | 0º | 0.01% | 0.58% | - |
| HSV(B) | 0º | 0.01% | 0.59% | - |
| XYZ | 28.51 | 29.8 | 32.27 | - |
| YUV | 148.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 148 | 0 | 0.01 | 0.01 | 0.41 | 0 | 0.01 | 0.58 |
| Hex | 96 | 94 | 94 | 0 | 1 | 1 | 29 | 0 | 1 | 3A |
| Octal | 226 | 224 | 224 | 0 | 1 | 1 | 51 | 0 | 1 | 72 |
| Binary | 10010110 | 10010100 | 10010100 | 0 | 1 | 1 | 101001 | 0 | 1 | 111010 |
Color Harmonies of #969494
Complementary color
Monochromatic Colors of #969494
Black with #969494
Text Example
Text Example
White with #969494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969494; }
p { color: rgb(150,148,148); }
H1.HeaderClassName
{
color: #969494;
}
.AnyTagClassName
{
color: #969494;
}
</style>
background-color css
<style>
a { background-color: #969494; }
a { background-color: rgb(150,148,148); }
div.DivClassName
{
background-color: #969494;
}
.BgClassName
{
background-color: #969494;
}
</style>
border-color css
<style>
span { border-color: #969494; }
span { border-color: rgb(150,148,148); }
td.TdClassName
{
border-color: #969494;
}
.TagClassName
{
border-color: #969494;
}
</style>