#9F9173

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

Shades of Pale Oyster #9F9173

Tints of Pale Oyster #9F9173

Color information

#9F9173 (or 0x9F9173) is unknown color: approx Pale Oyster. HEX triplet: 9F, 91 and 73. RGB value is (159,145,115). Sum of RGB (Red+Green+Blue) = 159+145+115=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9173 is #606E8C. Grayscale: #919191. Windows color (decimal): -6319757 or 7573919. OLE color: 7573919.

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

Color convert

RGB159145115-
CMYK00.090.280.38
HSL40.91º18.64%53.73%-
HSV(B)40.91º27.67%62.35%-
XYZ27.5228.8620.34-
YUV145.77110.64137.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.95%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=37.95%
G=34.61%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914511500.090.280.3840.9118.6453.73
Hex9F9173091C26291336
Octal2372211630113446512366
Binary10011111100100011110011010011110010011010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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