#9E9275

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

Shades of Pale Oyster #9E9275

Tints of Pale Oyster #9E9275

Color information

#9E9275 (or 0x9E9275) is unknown color: approx Pale Oyster. HEX triplet: 9E, 92 and 75. RGB value is (158,146,117). Sum of RGB (Red+Green+Blue) = 158+146+117=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9275 is #616D8A. Grayscale: #929292. Windows color (decimal): -6385035 or 7705246. OLE color: 7705246.

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

Color convert

RGB158146117-
CMYK00.080.260.38
HSL42.44º17.45%53.92%-
HSV(B)42.44º25.95%61.96%-
XYZ27.5929.1120.99-
YUV146.28111.48136.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.53%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=37.53%
G=34.68%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814611700.080.260.3842.4417.4553.92
Hex9E9275081A262a1136
Octal2362221650103246522166
Binary10011110100100101110101010001101010011010101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,146,117); }

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

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

 a { background-color: rgb(158,146,117); }

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

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

 span { border-color: rgb(158,146,117); }

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