Html Css Color HEX #999388 Nomad

📋 copy color: '#999388'

red 153 ◦ green 147 ◦ blue 136

#999388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nomad #999388

Tints of Nomad #999388

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 value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#999388 (or 0x999388) is known color: 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

RGB 153 147 136 -
CMYK 0 0.04 0.11 0.4
HSL 38.82º 0.08% 0.57% -
HSV(B) 38.82º 0.11% 0.6% -
XYZ 28.01 29.42 27.49 -
YUV 147.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 153 147 136 0 0.04 0.11 0.4 38.82 0.08 0.57
Hex 99 93 88 0 4 B 28 27 8 39
Octal 231 223 210 0 4 13 50 47 10 71
Binary 10011001 10010011 10001000 0 100 1011 101000 100111 1000 111001

Color Harmonies of #999388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999388

Black with #999388

Text Example


Text Example

White with #999388

Text Example


Text Example

HTML Codes & Css Web 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>