#9E8A69

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

Shades of Pale Oyster #9E8A69

Tints of Pale Oyster #9E8A69

Color information

#9E8A69 (or 0x9E8A69) is unknown color: approx Pale Oyster. HEX triplet: 9E, 8A and 69. RGB value is (158,138,105). Sum of RGB (Red+Green+Blue) = 158+138+105=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8A69 is #617596. Grayscale: #8C8C8C. Windows color (decimal): -6387095 or 6916766. OLE color: 6916766.

HSL color Cylindrical-coordinate representation of color #9E8A69: hue angle of 37.36º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E8A69 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB158138105-
CMYK00.130.340.38
HSL37.36º21.46%51.57%-
HSV(B)37.36º33.54%61.96%-
XYZ25.7426.4717.12-
YUV140.22108.13140.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.40%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=39.40%
G=34.41%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813810500.130.340.3837.3621.4651.57
Hex9E8A690D2226251534
Octal2362121510154246452564
Binary100111101000101011010010110110001010011010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,105); }

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

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

 a { background-color: rgb(158,138,105); }

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

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

 span { border-color: rgb(158,138,105); }

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