#9F8C74

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

Shades of Pale Oyster #9F8C74

Tints of Pale Oyster #9F8C74

Color information

#9F8C74 (or 0x9F8C74) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8C and 74. RGB value is (159,140,116). Sum of RGB (Red+Green+Blue) = 159+140+116=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C74 is #60738B. Grayscale: #8F8F8F. Windows color (decimal): -6321036 or 7638175. OLE color: 7638175.

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

Color convert

RGB159140116-
CMYK00.120.270.38
HSL33.49º18.3%53.92%-
HSV(B)33.49º27.04%62.35%-
XYZ26.8327.3920.4-
YUV142.94112.79139.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=38.31%
G=33.73%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914011600.120.270.3833.4918.353.92
Hex9F8C740C1B26211236
Octal2372141640143346412266
Binary10011111100011001110100011001101110011010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,116); }

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

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

 a { background-color: rgb(159,140,116); }

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

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

 span { border-color: rgb(159,140,116); }

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