Shades of Nobel #999393
Tints of Nobel #999393
RGB
CMYK
RGB Variations
Color information
#999393 (or 0x999393) is known color: Nobel. HEX triplet: 99, 93 and 93. RGB value is (153,147,147). Sum of RGB (Red+Green+Blue) = 153+147+147=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 153 - color contains mainly: red. Hex color #999393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999393 is #666C6C. Grayscale: #949494. Windows color (decimal): -6712429 or 9671577. OLE color: 9671577.
HSL color Cylindrical-coordinate representation of color #999393: hue angle of 0º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999393 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 147 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.4 |
| HSL | 0º | 0.03% | 0.59% | - |
| HSV(B) | 0º | 0.04% | 0.6% | - |
| XYZ | 28.84 | 29.75 | 31.83 | - |
| YUV | 148.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 147 | 0 | 0.04 | 0.04 | 0.4 | 0 | 0.03 | 0.59 |
| Hex | 99 | 93 | 93 | 0 | 4 | 4 | 28 | 0 | 3 | 3B |
| Octal | 231 | 223 | 223 | 0 | 4 | 4 | 50 | 0 | 3 | 73 |
| Binary | 10011001 | 10010011 | 10010011 | 0 | 100 | 100 | 101000 | 0 | 11 | 111011 |
Color Harmonies of #999393
Complementary color
Monochromatic Colors of #999393
Black with #999393
Text Example
Text Example
White with #999393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999393; }
p { color: rgb(153,147,147); }
H1.HeaderClassName
{
color: #999393;
}
.AnyTagClassName
{
color: #999393;
}
</style>
background-color css
<style>
a { background-color: #999393; }
a { background-color: rgb(153,147,147); }
div.DivClassName
{
background-color: #999393;
}
.BgClassName
{
background-color: #999393;
}
</style>
border-color css
<style>
span { border-color: #999393; }
span { border-color: rgb(153,147,147); }
td.TdClassName
{
border-color: #999393;
}
.TagClassName
{
border-color: #999393;
}
</style>