#999389

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

Shades of Nomad #999389

Tints of Nomad #999389

Color information

#999389 (or 0x999389) is unknown color: approx Nomad. HEX triplet: 99, 93 and 89. RGB value is (153,147,137). Sum of RGB (Red+Green+Blue) = 153+147+137=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #999389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999389 is #666C76. Grayscale: #939393. Windows color (decimal): -6712439 or 9016217. OLE color: 9016217.

HSL color Cylindrical-coordinate representation of color #999389: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #999389 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153147137-
CMYK00.040.100.4
HSL37.5º7.27%56.86%-
HSV(B)37.5º10.46%60%-
XYZ28.0929.4527.87-
YUV147.65121.99131.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=35.01%
G=33.64%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314713700.040.100.437.57.2756.86
Hex99938904A2826739
Octal23122321104125046771
Binary10011001100100111000100101001010101000100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999389; }

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

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

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

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

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

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

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

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