#969387

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

Shades of Nomad #969387

Tints of Nomad #969387

Color information

#969387 (or 0x969387) is unknown color: approx Nomad. HEX triplet: 96, 93 and 87. RGB value is (150,147,135). Sum of RGB (Red+Green+Blue) = 150+147+135=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #969387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969387 is #696C78. Grayscale: #929292. Windows color (decimal): -6909049 or 8885142. OLE color: 8885142.

HSL color Cylindrical-coordinate representation of color #969387: hue angle of 48º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969387 is Cyan = 0, Magento = 0.02, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB150147135-
CMYK00.020.10.41
HSL48º6.67%55.88%-
HSV(B)48º10%58.82%-
XYZ27.3829.127.1-
YUV146.53121.49130.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=34.72%
G=34.03%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014713500.020.10.41486.6755.88
Hex96938702A2930738
Octal22622320702125160770
Binary1001011010010011100001110101010101001110000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969387; }

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

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

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

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

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

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

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

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