Html Css Color HEX #9E9079 Pale Oyster

📋 copy color: '#9E9079'

red 158 ◦ green 144 ◦ blue 121

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

Shades of Pale Oyster #9E9079

Tints of Pale Oyster #9E9079

RGB

 RED value IS 158 (62.11% from 255) = 37.35%

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 37.35%
G = 34.04%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E9079 (or 0x9E9079) is known color: Pale Oyster. HEX triplet: 9E, 90 and 79. RGB value is (158,144,121). Sum of RGB (Red+Green+Blue) = 158+144+121=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9079 is #616F86. Grayscale: #919191. Windows color (decimal): -6385543 or 7966878. OLE color: 7966878.

HSL color Cylindrical-coordinate representation of color #9E9079: hue angle of 37.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E9079 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 144 121 -
CMYK 0 0.09 0.23 0.38
HSL 37.3º 0.16% 0.55% -
HSV(B) 37.3º 0.23% 0.62% -
XYZ 27.53 28.6 22.16 -
YUV 145.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 158 144 121 0 0.09 0.23 0.38 37.3 0.16 0.55
Hex 9E 90 79 0 9 17 26 25 10 37
Octal 236 220 171 0 11 27 46 45 20 67
Binary 10011110 10010000 1111001 0 1001 10111 100110 100101 10000 110111

Color Harmonies of #9E9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9079

Black with #9E9079

Text Example


Text Example

White with #9E9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E9079; }

 p { color: rgb(158,144,121); }

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

background-color css

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

 a { background-color: rgb(158,144,121); }

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

border-color css

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

 span { border-color: rgb(158,144,121); }

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