#9F8D72

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

Shades of Pale Oyster #9F8D72

Tints of Pale Oyster #9F8D72

Color information

#9F8D72 (or 0x9F8D72) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8D and 72. RGB value is (159,141,114). Sum of RGB (Red+Green+Blue) = 159+141+114=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D72 is #60728D. Grayscale: #8F8F8F. Windows color (decimal): -6320782 or 7507359. OLE color: 7507359.

HSL color Cylindrical-coordinate representation of color #9F8D72: hue angle of 36º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8D72 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159141114-
CMYK00.110.280.38
HSL36º18.99%53.53%-
HSV(B)36º28.3%62.35%-
XYZ26.8627.6419.84-
YUV143.3111.46139.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=38.41%
G=34.06%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914111400.110.280.383618.9953.53
Hex9F8D720B1C26241336
Octal2372151620133446442366
Binary10011111100011011110010010111110010011010010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,114); }

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

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

 a { background-color: rgb(159,141,114); }

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

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

 span { border-color: rgb(159,141,114); }

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