#9E8E73

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

Shades of Pale Oyster #9E8E73

Tints of Pale Oyster #9E8E73

Color information

#9E8E73 (or 0x9E8E73) is unknown color: approx Pale Oyster. HEX triplet: 9E, 8E and 73. RGB value is (158,142,115). Sum of RGB (Red+Green+Blue) = 158+142+115=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8E73 is #61718C. Grayscale: #8F8F8F. Windows color (decimal): -6386061 or 7573150. OLE color: 7573150.

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

Color convert

RGB158142115-
CMYK00.100.270.38
HSL37.67º18.14%53.53%-
HSV(B)37.67º27.22%61.96%-
XYZ26.8727.8520.18-
YUV143.71111.8138.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.07%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=38.07%
G=34.22%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814211500.100.270.3837.6718.1453.53
Hex9E8E730A1B26261236
Octal2362161630123346462266
Binary10011110100011101110011010101101110011010011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,142,115); }

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

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

 a { background-color: rgb(158,142,115); }

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

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

 span { border-color: rgb(158,142,115); }

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