#9F9273

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

Shades of Pale Oyster #9F9273

Tints of Pale Oyster #9F9273

Color information

#9F9273 (or 0x9F9273) is unknown color: approx Pale Oyster. HEX triplet: 9F, 92 and 73. RGB value is (159,146,115). Sum of RGB (Red+Green+Blue) = 159+146+115=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9273 is #606D8C. Grayscale: #929292. Windows color (decimal): -6319501 or 7574175. OLE color: 7574175.

HSL color Cylindrical-coordinate representation of color #9F9273: hue angle of 42.27º 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 #9F9273 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159146115-
CMYK00.080.280.38
HSL42.27º18.64%53.73%-
HSV(B)42.27º27.67%62.35%-
XYZ27.6729.1720.39-
YUV146.35110.31137.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=37.86%
G=34.76%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914611500.080.280.3842.2718.6453.73
Hex9F9273081C262a1336
Octal2372221630103446522366
Binary10011111100100101110011010001110010011010101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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