#9F8E71

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

Shades of Pale Oyster #9F8E71

Tints of Pale Oyster #9F8E71

Color information

#9F8E71 (or 0x9F8E71) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8E and 71. RGB value is (159,142,113). Sum of RGB (Red+Green+Blue) = 159+142+113=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E71 is #60718E. Grayscale: #8F8F8F. Windows color (decimal): -6320527 or 7442079. OLE color: 7442079.

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

Color convert

RGB159142113-
CMYK00.110.290.38
HSL37.83º19.33%53.33%-
HSV(B)37.83º28.93%62.35%-
XYZ26.9527.9119.59-
YUV143.78110.63138.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=38.41%
G=34.30%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914211300.110.290.3837.8319.3353.33
Hex9F8E710B1D26261335
Octal2372161610133546462365
Binary10011111100011101110001010111110110011010011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,113); }

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

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

 a { background-color: rgb(159,142,113); }

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

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

 span { border-color: rgb(159,142,113); }

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