#9E9079

Color #9E9079 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #9E9079

Tints of Pale Oyster #9E9079

Color information

#9E9079 (or 0x9E9079) is unknown color: approx 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

RGB158144121-
CMYK00.090.230.38
HSL37.3º16.02%54.71%-
HSV(B)37.3º23.42%61.96%-
XYZ27.5328.622.16-
YUV145.56114.14136.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814412100.090.230.3837.316.0254.71
Hex9E9079091726251037
Octal2362201710112746452067
Binary10011110100100001111001010011011110011010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>