#9E9682

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

Shades of Nomad #9E9682

Tints of Nomad #9E9682

Color information

#9E9682 (or 0x9E9682) is unknown color: approx Nomad. HEX triplet: 9E, 96 and 82. RGB value is (158,150,130). Sum of RGB (Red+Green+Blue) = 158+150+130=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9682 is #61697D. Grayscale: #969696. Windows color (decimal): -6383998 or 8558238. OLE color: 8558238.

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

Color convert

RGB158150130-
CMYK00.050.180.38
HSL42.86º12.61%56.47%-
HSV(B)42.86º17.72%61.96%-
XYZ29.0430.6925.51-
YUV150.11116.65133.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=36.07%
G=34.25%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815013000.050.180.3842.8612.6156.47
Hex9E96820512262bd38
Octal236226202052246531570
Binary1001111010010110100000100101100101001101010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,130); }

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

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

 a { background-color: rgb(158,150,130); }

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

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

 span { border-color: rgb(158,150,130); }

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