Html Css Color HEX #969387 Nomad

📋 copy color: '#969387'

red 150 ◦ green 147 ◦ blue 135

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

Shades of Nomad #969387

Tints of Nomad #969387

RGB

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

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

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

R = 34.72%
G = 34.03%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#969387 (or 0x969387) is known color: Nomad. HEX triplet: 96, 93 and 87. RGB value is (150,147,135). Sum of RGB (Red+Green+Blue) = 150+147+135=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #969387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969387 is #696C78. Grayscale: #929292. Windows color (decimal): -6909049 or 8885142. OLE color: 8885142.

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

Color convert

RGB 150 147 135 -
CMYK 0 0.02 0.1 0.41
HSL 48º 0.07% 0.56% -
HSV(B) 48º 0.1% 0.59% -
XYZ 27.38 29.1 27.1 -
YUV 146.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 150 147 135 0 0.02 0.1 0.41 48 0.07 0.56
Hex 96 93 87 0 2 A 29 30 7 38
Octal 226 223 207 0 2 12 51 60 7 70
Binary 10010110 10010011 10000111 0 10 1010 101001 110000 111 111000

Color Harmonies of #969387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969387

Black with #969387

Text Example


Text Example

White with #969387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969387; }

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

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

background-color css

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

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

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

border-color css

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

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

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