#9E937C

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

Shades of Pale Oyster #9E937C

Tints of Pale Oyster #9E937C

Color information

#9E937C (or 0x9E937C) is unknown color: approx Pale Oyster. HEX triplet: 9E, 93 and 7C. RGB value is (158,147,124). Sum of RGB (Red+Green+Blue) = 158+147+124=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E937C is #616C83. Grayscale: #939393. Windows color (decimal): -6384772 or 8164254. OLE color: 8164254.

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

Color convert

RGB158147124-
CMYK00.070.220.38
HSL40.59º14.91%55.29%-
HSV(B)40.59º21.52%61.96%-
XYZ28.1729.5923.3-
YUV147.67114.64135.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=36.83%
G=34.27%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814712400.070.220.3840.5914.9155.29
Hex9E937C07162629f37
Octal236223174072646511767
Binary100111101001001111111000111101101001101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,124); }

 H1.HeaderClassName
 {
   color: #9E937C;
 }
 .AnyTagClassName
 {
   color: #9E937C;
 }
</style>
background-color css

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

 a { background-color: rgb(158,147,124); }

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

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

 span { border-color: rgb(158,147,124); }

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