#9E8F6A

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

Shades of Pale Oyster #9E8F6A

Tints of Pale Oyster #9E8F6A

Color information

#9E8F6A (or 0x9E8F6A) is unknown color: approx Pale Oyster. HEX triplet: 9E, 8F and 6A. RGB value is (158,143,106). Sum of RGB (Red+Green+Blue) = 158+143+106=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8F6A is #617095. Grayscale: #8F8F8F. Windows color (decimal): -6385814 or 6983582. OLE color: 6983582.

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

Color convert

RGB158143106-
CMYK00.090.330.38
HSL42.69º21.14%51.76%-
HSV(B)42.69º32.91%61.96%-
XYZ26.5227.9517.63-
YUV143.27106.97138.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=38.82%
G=35.14%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814310600.090.330.3842.6921.1451.76
Hex9E8F6A0921262b1534
Octal2362171520114146532564
Binary100111101000111111010100100110000110011010101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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