#9F9175

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

Shades of Pale Oyster #9F9175

Tints of Pale Oyster #9F9175

Color information

#9F9175 (or 0x9F9175) is unknown color: approx Pale Oyster. HEX triplet: 9F, 91 and 75. RGB value is (159,145,117). Sum of RGB (Red+Green+Blue) = 159+145+117=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9175 is #606E8A. Grayscale: #929292. Windows color (decimal): -6319755 or 7704991. OLE color: 7704991.

HSL color Cylindrical-coordinate representation of color #9F9175: hue angle of 40º degrees, saturation: 0.18, 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 #9F9175 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159145117-
CMYK00.090.260.38
HSL40º17.95%54.12%-
HSV(B)40º26.42%62.35%-
XYZ27.6328.9120.95-
YUV145.99111.64137.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=37.77%
G=34.44%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914511700.090.260.384017.9554.12
Hex9F9175091A26281236
Octal2372211650113246502266
Binary10011111100100011110101010011101010011010100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,117); }

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

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

 a { background-color: rgb(159,145,117); }

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

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

 span { border-color: rgb(159,145,117); }

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