#9E8F71

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

Shades of Pale Oyster #9E8F71

Tints of Pale Oyster #9E8F71

Color information

#9E8F71 (or 0x9E8F71) is unknown color: approx Pale Oyster. HEX triplet: 9E, 8F and 71. RGB value is (158,143,113). Sum of RGB (Red+Green+Blue) = 158+143+113=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8F71 is #61708E. Grayscale: #909090. Windows color (decimal): -6385807 or 7442334. OLE color: 7442334.

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

Color convert

RGB158143113-
CMYK00.090.280.38
HSL40º18.83%53.14%-
HSV(B)40º28.48%61.96%-
XYZ26.928.1119.63-
YUV144.06110.47137.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=38.16%
G=34.54%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814311300.090.280.384018.8353.14
Hex9E8F71091C26281335
Octal2362171610113446502365
Binary10011110100011111110001010011110010011010100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,143,113); }

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

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

 a { background-color: rgb(158,143,113); }

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

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

 span { border-color: rgb(158,143,113); }

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