#999387

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

Shades of Nomad #999387

Tints of Nomad #999387

Color information

#999387 (or 0x999387) is unknown color: approx Nomad. HEX triplet: 99, 93 and 87. RGB value is (153,147,135). Sum of RGB (Red+Green+Blue) = 153+147+135=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999387 is #666C78. Grayscale: #939393. Windows color (decimal): -6712441 or 8885145. OLE color: 8885145.

HSL color Cylindrical-coordinate representation of color #999387: hue angle of 40º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999387 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153147135-
CMYK00.040.120.4
HSL40º8.11%56.47%-
HSV(B)40º11.76%60%-
XYZ27.9429.3927.12-
YUV147.43120.99131.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=35.17%
G=33.79%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314713500.040.120.4408.1156.47
Hex99938704C2828838
Octal231223207041450501070
Binary100110011001001110000111010011001010001010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999387; }

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

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

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

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

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

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

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

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