Html Css Color HEX #969389 Nomad

📋 copy color: '#969389'

red 150 ◦ green 147 ◦ blue 137

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

Shades of Nomad #969389

Tints of Nomad #969389

RGB

 RED value IS 150 (58.98% from 255) = 34.56%

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

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 34.56%
G = 33.87%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#969389 (or 0x969389) is known color: Nomad. HEX triplet: 96, 93 and 89. RGB value is (150,147,137). Sum of RGB (Red+Green+Blue) = 150+147+137=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #969389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969389 is #696C76. Grayscale: #929292. Windows color (decimal): -6909047 or 9016214. OLE color: 9016214.

HSL color Cylindrical-coordinate representation of color #969389: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969389 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 137 -
CMYK 0 0.02 0.09 0.41
HSL 46.15º 0.06% 0.56% -
HSV(B) 46.15º 0.09% 0.59% -
XYZ 27.53 29.16 27.84 -
YUV 146.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 150 147 137 0 0.02 0.09 0.41 46.15 0.06 0.56
Hex 96 93 89 0 2 9 29 2E 6 38
Octal 226 223 211 0 2 11 51 56 6 70
Binary 10010110 10010011 10001001 0 10 1001 101001 101110 110 111000

Color Harmonies of #969389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969389

Black with #969389

Text Example


Text Example

White with #969389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969389; }

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

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

background-color css

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

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

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

border-color css

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

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

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