Html Css Color HEX #999389 Nomad

📋 copy color: '#999389'

red 153 ◦ green 147 ◦ blue 137

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

Shades of Nomad #999389

Tints of Nomad #999389

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

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

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

RGB 153 147 137 -
CMYK 0 0.04 0.10 0.4
HSL 37.5º 0.07% 0.57% -
HSV(B) 37.5º 0.1% 0.6% -
XYZ 28.09 29.45 27.87 -
YUV 147.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 153 147 137 0 0.04 0.10 0.4 37.5 0.07 0.57
Hex 99 93 89 0 4 A 28 26 7 39
Octal 231 223 211 0 4 12 50 46 7 71
Binary 10011001 10010011 10001001 0 100 1010 101000 100110 111 111001

Color Harmonies of #999389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999389

Black with #999389

Text Example


Text Example

White with #999389

Text Example


Text Example

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