#9F917A

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

Shades of Pale Oyster #9F917A

Tints of Pale Oyster #9F917A

Color information

#9F917A (or 0x9F917A) is unknown color: approx Pale Oyster. HEX triplet: 9F, 91 and 7A. RGB value is (159,145,122). Sum of RGB (Red+Green+Blue) = 159+145+122=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F917A is #606E85. Grayscale: #929292. Windows color (decimal): -6319750 or 8032671. OLE color: 8032671.

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

Color convert

RGB159145122-
CMYK00.090.230.38
HSL37.3º16.16%55.1%-
HSV(B)37.3º23.27%62.35%-
XYZ27.9429.0322.54-
YUV146.56114.14136.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=37.32%
G=34.04%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914512200.090.230.3837.316.1655.1
Hex9F917A091726251037
Octal2372211720112746452067
Binary10011111100100011111010010011011110011010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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