#999388

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

Shades of Nomad #999388

Tints of Nomad #999388

Color information

#999388 (or 0x999388) is unknown color: approx Nomad. HEX triplet: 99, 93 and 88. RGB value is (153,147,136). Sum of RGB (Red+Green+Blue) = 153+147+136=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999388 is #666C77. Grayscale: #939393. Windows color (decimal): -6712440 or 8950681. OLE color: 8950681.

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

Color convert

RGB153147136-
CMYK00.040.110.4
HSL38.82º7.69%56.67%-
HSV(B)38.82º11.11%60%-
XYZ28.0129.4227.49-
YUV147.54121.49131.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=35.09%
G=33.72%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314713600.040.110.438.827.6956.67
Hex99938804B2827839
Octal231223210041350471071
Binary100110011001001110001000010010111010001001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999388; }

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

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

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

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

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

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

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

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