#9E8D6F

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

Shades of Pale Oyster #9E8D6F

Tints of Pale Oyster #9E8D6F

Color information

#9E8D6F (or 0x9E8D6F) is unknown color: approx Pale Oyster. HEX triplet: 9E, 8D and 6F. RGB value is (158,141,111). Sum of RGB (Red+Green+Blue) = 158+141+111=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D6F is #617290. Grayscale: #8E8E8E. Windows color (decimal): -6386321 or 7310750. OLE color: 7310750.

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

Color convert

RGB158141111-
CMYK00.110.300.38
HSL38.3º19.5%52.75%-
HSV(B)38.3º29.75%61.96%-
XYZ26.4927.4718.94-
YUV142.66110.13138.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.54%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=38.54%
G=34.39%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814111100.110.300.3838.319.552.75
Hex9E8D6F0B1E26261435
Octal2362151570133646462465
Binary10011110100011011101111010111111010011010011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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