#9E998A

Color #9E998A Nomad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nomad #9E998A

Tints of Nomad #9E998A

Color information

#9E998A (or 0x9E998A) is unknown color: approx Nomad. HEX triplet: 9E, 99 and 8A. RGB value is (158,153,138). Sum of RGB (Red+Green+Blue) = 158+153+138=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 158 - color contains mainly: red. Hex color #9E998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E998A is #616675. Grayscale: #989898. Windows color (decimal): -6383222 or 9083294. OLE color: 9083294.

HSL color Cylindrical-coordinate representation of color #9E998A: hue angle of 45º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E998A is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB158153138-
CMYK00.030.130.38
HSL45º9.35%58.04%-
HSV(B)45º12.66%61.96%-
XYZ30.0831.8928.61-
YUV152.78119.66131.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 35.19%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=35.19%
G=34.08%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815313800.030.130.38459.3558.04
Hex9E998A03D262d93a
Octal236231212031546551172
Binary10011110100110011000101001111011001101011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E998A; }

 p { color: rgb(158,153,138); }

 H1.HeaderClassName
 {
   color: #9E998A;
 }
 .AnyTagClassName
 {
   color: #9E998A;
 }
</style>
background-color css

<style>
 a { background-color: #9E998A; }

 a { background-color: rgb(158,153,138); }

 div.DivClassName
 {
   background-color: #9E998A;
 }
 .BgClassName
 {
   background-color: #9E998A;
 }
</style>
border-color css

<style>
 span { border-color: #9E998A; }

 span { border-color: rgb(158,153,138); }

 td.TdClassName
 {
   border-color: #9E998A;
 }
 .TagClassName
 {
   border-color: #9E998A;
 }
</style>