#9D937E

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

Shades of Nomad #9D937E

Tints of Nomad #9D937E

Color information

#9D937E (or 0x9D937E) is unknown color: approx Nomad. HEX triplet: 9D, 93 and 7E. RGB value is (157,147,126). Sum of RGB (Red+Green+Blue) = 157+147+126=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D937E is #626C81. Grayscale: #939393. Windows color (decimal): -6450306 or 8295325. OLE color: 8295325.

HSL color Cylindrical-coordinate representation of color #9D937E: hue angle of 40.65º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D937E is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB157147126-
CMYK00.060.200.38
HSL40.65º13.66%55.49%-
HSV(B)40.65º19.75%61.57%-
XYZ28.129.5423.96-
YUV147.6115.81134.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=36.51%
G=34.19%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714712600.060.200.3840.6513.6655.49
Hex9D937E06142629e37
Octal235223176062446511667
Binary100111011001001111111100110101001001101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,147,126); }

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

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

 a { background-color: rgb(157,147,126); }

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

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

 span { border-color: rgb(157,147,126); }

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