Shades of Nomad #999388
Tints of Nomad #999388
RGB
CMYK
RGB Variations
Color information
#999388 (or 0x999388) is known color: Nomad. HEX triplet: 99, 93 and 88. RGB value is (153,147,136). Sum of RGB (Red+Green+Blue) = 153+147+136=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999388 is #666C77. Grayscale: #939393. Windows color (decimal): -6712440 or 8950681. OLE color: 8950681.
HSL color Cylindrical-coordinate representation of color #999388: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999388 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 136 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.4 |
| HSL | 38.82º | 0.08% | 0.57% | - |
| HSV(B) | 38.82º | 0.11% | 0.6% | - |
| XYZ | 28.01 | 29.42 | 27.49 | - |
| YUV | 147.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 136 | 0 | 0.04 | 0.11 | 0.4 | 38.82 | 0.08 | 0.57 |
| Hex | 99 | 93 | 88 | 0 | 4 | B | 28 | 27 | 8 | 39 |
| Octal | 231 | 223 | 210 | 0 | 4 | 13 | 50 | 47 | 10 | 71 |
| Binary | 10011001 | 10010011 | 10001000 | 0 | 100 | 1011 | 101000 | 100111 | 1000 | 111001 |
Color Harmonies of #999388
Complementary color
Monochromatic Colors of #999388
Black with #999388
Text Example
Text Example
White with #999388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999388; }
p { color: rgb(153,147,136); }
H1.HeaderClassName
{
color: #999388;
}
.AnyTagClassName
{
color: #999388;
}
</style>
background-color css
<style>
a { background-color: #999388; }
a { background-color: rgb(153,147,136); }
div.DivClassName
{
background-color: #999388;
}
.BgClassName
{
background-color: #999388;
}
</style>
border-color css
<style>
span { border-color: #999388; }
span { border-color: rgb(153,147,136); }
td.TdClassName
{
border-color: #999388;
}
.TagClassName
{
border-color: #999388;
}
</style>