Html Css Color HEX #999387 Nomad

📋 copy color: '#999387'

red 153 ◦ green 147 ◦ blue 135

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

Shades of Nomad #999387

Tints of Nomad #999387

RGB

 RED value IS 153 (60.16% from 255) = 35.17%

 GREEN value IS 147 (57.81% from 255) = 33.79%

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 35.17%
G = 33.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#999387 (or 0x999387) is known color: Nomad. HEX triplet: 99, 93 and 87. RGB value is (153,147,135). Sum of RGB (Red+Green+Blue) = 153+147+135=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999387 is #666C78. Grayscale: #939393. Windows color (decimal): -6712441 or 8885145. OLE color: 8885145.

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

Color convert

RGB 153 147 135 -
CMYK 0 0.04 0.12 0.4
HSL 40º 0.08% 0.56% -
HSV(B) 40º 0.12% 0.6% -
XYZ 27.94 29.39 27.12 -
YUV 147.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 153 147 135 0 0.04 0.12 0.4 40 0.08 0.56
Hex 99 93 87 0 4 C 28 28 8 38
Octal 231 223 207 0 4 14 50 50 10 70
Binary 10011001 10010011 10000111 0 100 1100 101000 101000 1000 111000

Color Harmonies of #999387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999387

Black with #999387

Text Example


Text Example

White with #999387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999387; }

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

 H1.HeaderClassName
 {
   color: #999387;
 }
 .AnyTagClassName
 {
   color: #999387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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