#9C9687

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

Shades of Nomad #9C9687

Tints of Nomad #9C9687

Color information

#9C9687 (or 0x9C9687) is unknown color: approx Nomad. HEX triplet: 9C, 96 and 87. RGB value is (156,150,135). Sum of RGB (Red+Green+Blue) = 156+150+135=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9687 is #636978. Grayscale: #969696. Windows color (decimal): -6515065 or 8885916. OLE color: 8885916.

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

Color convert

RGB156150135-
CMYK00.040.130.39
HSL42.86º9.59%57.06%-
HSV(B)42.86º13.46%61.18%-
XYZ28.9930.6327.31-
YUV150.08119.49132.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=35.37%
G=34.01%
B=30.61%

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
Decimal15615013500.040.130.3942.869.5957.06
Hex9C968704D272ba39
Octal234226207041547531271
Binary100111001001011010000111010011011001111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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