#999487

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

Shades of Nomad #999487

Tints of Nomad #999487

Color information

#999487 (or 0x999487) is unknown color: approx Nomad. HEX triplet: 99, 94 and 87. RGB value is (153,148,135). Sum of RGB (Red+Green+Blue) = 153+148+135=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999487 is #666B78. Grayscale: #949494. Windows color (decimal): -6712185 or 8885401. OLE color: 8885401.

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

Color convert

RGB153148135-
CMYK00.030.120.4
HSL43.33º8.11%56.47%-
HSV(B)43.33º11.76%60%-
XYZ28.129.727.17-
YUV148.01120.66131.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=35.09%
G=33.94%
B=30.96%

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
Decimal15314813500.030.120.443.338.1156.47
Hex99948703C282b838
Octal231224207031450531070
Binary10011001100101001000011101111001010001010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999487; }

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

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

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

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

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

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

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

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