#9C9487

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

Shades of Nomad #9C9487

Tints of Nomad #9C9487

Color information

#9C9487 (or 0x9C9487) is unknown color: approx Nomad. HEX triplet: 9C, 94 and 87. RGB value is (156,148,135). Sum of RGB (Red+Green+Blue) = 156+148+135=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9487 is #636B78. Grayscale: #949494. Windows color (decimal): -6515577 or 8885404. OLE color: 8885404.

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

Color convert

RGB156148135-
CMYK00.050.130.39
HSL37.14º9.59%57.06%-
HSV(B)37.14º13.46%61.18%-
XYZ28.673027.2-
YUV148.91120.15133.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=35.54%
G=33.71%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614813500.050.130.3937.149.5957.06
Hex9C948705D2725a39
Octal234224207051547451271
Binary100111001001010010000111010111011001111001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,135); }

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

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

 a { background-color: rgb(156,148,135); }

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

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

 span { border-color: rgb(156,148,135); }

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