#9C9589

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

Shades of Nomad #9C9589

Tints of Nomad #9C9589

Color information

#9C9589 (or 0x9C9589) is unknown color: approx Nomad. HEX triplet: 9C, 95 and 89. RGB value is (156,149,137). Sum of RGB (Red+Green+Blue) = 156+149+137=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9589 is #636A76. Grayscale: #959595. Windows color (decimal): -6515319 or 9016732. OLE color: 9016732.

HSL color Cylindrical-coordinate representation of color #9C9589: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C9589 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB156149137-
CMYK00.040.120.39
HSL37.89º8.76%57.45%-
HSV(B)37.89º12.18%61.18%-
XYZ28.9730.3728-
YUV149.72120.82132.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=35.29%
G=33.71%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614913700.040.120.3937.898.7657.45
Hex9C958904C2726939
Octal234225211041447461171
Binary100111001001010110001001010011001001111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,149,137); }

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

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

 a { background-color: rgb(156,149,137); }

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

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

 span { border-color: rgb(156,149,137); }

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