#9F937C

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

Shades of Pale Oyster #9F937C

Tints of Pale Oyster #9F937C

Color information

#9F937C (or 0x9F937C) is unknown color: approx Pale Oyster. HEX triplet: 9F, 93 and 7C. RGB value is (159,147,124). Sum of RGB (Red+Green+Blue) = 159+147+124=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F937C is #606C83. Grayscale: #949494. Windows color (decimal): -6319236 or 8164255. OLE color: 8164255.

HSL color Cylindrical-coordinate representation of color #9F937C: hue angle of 39.43º 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 #9F937C is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB159147124-
CMYK00.080.220.38
HSL39.43º15.42%55.49%-
HSV(B)39.43º22.01%62.35%-
XYZ28.3729.6923.3-
YUV147.97114.48135.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=36.98%
G=34.19%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914712400.080.220.3839.4315.4255.49
Hex9F937C08162627f37
Octal2372231740102646471767
Binary1001111110010011111110001000101101001101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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