#999587

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

Shades of Nomad #999587

Tints of Nomad #999587

Color information

#999587 (or 0x999587) is unknown color: approx Nomad. HEX triplet: 99, 95 and 87. RGB value is (153,149,135). Sum of RGB (Red+Green+Blue) = 153+149+135=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #999587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999587 is #666A78. Grayscale: #949494. Windows color (decimal): -6711929 or 8885657. OLE color: 8885657.

HSL color Cylindrical-coordinate representation of color #999587: hue angle of 46.67º 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 #999587 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153149135-
CMYK00.030.120.4
HSL46.67º8.11%56.47%-
HSV(B)46.67º11.76%60%-
XYZ28.2630.0227.23-
YUV148.6120.33131.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=35.01%
G=34.10%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314913500.030.120.446.678.1156.47
Hex99958703C282f838
Octal231225207031450571070
Binary10011001100101011000011101111001010001011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999587; }

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

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

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

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

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

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

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

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