#9E8D73

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

Shades of Pale Oyster #9E8D73

Tints of Pale Oyster #9E8D73

Color information

#9E8D73 (or 0x9E8D73) is unknown color: approx Pale Oyster. HEX triplet: 9E, 8D and 73. RGB value is (158,141,115). Sum of RGB (Red+Green+Blue) = 158+141+115=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D73 is #61728C. Grayscale: #8F8F8F. Windows color (decimal): -6386317 or 7572894. OLE color: 7572894.

HSL color Cylindrical-coordinate representation of color #9E8D73: hue angle of 36.28º 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 #9E8D73 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB158141115-
CMYK00.110.270.38
HSL36.28º18.14%53.53%-
HSV(B)36.28º27.22%61.96%-
XYZ26.7227.5620.13-
YUV143.12112.13138.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=38.16%
G=34.06%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814111500.110.270.3836.2818.1453.53
Hex9E8D730B1B26241236
Octal2362151630133346442266
Binary10011110100011011110011010111101110011010010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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