#9D9887

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

Shades of Nomad #9D9887

Tints of Nomad #9D9887

Color information

#9D9887 (or 0x9D9887) is unknown color: approx Nomad. HEX triplet: 9D, 98 and 87. RGB value is (157,152,135). Sum of RGB (Red+Green+Blue) = 157+152+135=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9887 is #626778. Grayscale: #979797. Windows color (decimal): -6449017 or 8886429. OLE color: 8886429.

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

Color convert

RGB157152135-
CMYK00.030.140.38
HSL46.36º10.09%57.25%-
HSV(B)46.36º14.01%61.57%-
XYZ29.5131.3727.42-
YUV151.56118.66131.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=35.36%
G=34.23%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715213500.030.140.3846.3610.0957.25
Hex9D988703E262ea39
Octal235230207031646561271
Binary10011101100110001000011101111101001101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,152,135); }

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

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

 a { background-color: rgb(157,152,135); }

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

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

 span { border-color: rgb(157,152,135); }

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