#9C9587

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

Shades of Nomad #9C9587

Tints of Nomad #9C9587

Color information

#9C9587 (or 0x9C9587) is unknown color: approx Nomad. HEX triplet: 9C, 95 and 87. RGB value is (156,149,135). Sum of RGB (Red+Green+Blue) = 156+149+135=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9587 is #636A78. Grayscale: #959595. Windows color (decimal): -6515321 or 8885660. OLE color: 8885660.

HSL color Cylindrical-coordinate representation of color #9C9587: hue angle of 40º 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 #9C9587 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB156149135-
CMYK00.040.130.39
HSL40º9.59%57.06%-
HSV(B)40º13.46%61.18%-
XYZ28.8330.3127.25-
YUV149.5119.82132.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=35.45%
G=33.86%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614913500.040.130.39409.5957.06
Hex9C958704D2728a39
Octal234225207041547501271
Binary100111001001010110000111010011011001111010001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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