#9F8E79

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

Shades of Pale Oyster #9F8E79

Tints of Pale Oyster #9F8E79

Color information

#9F8E79 (or 0x9F8E79) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8E and 79. RGB value is (159,142,121). Sum of RGB (Red+Green+Blue) = 159+142+121=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E79 is #607186. Grayscale: #909090. Windows color (decimal): -6320519 or 7966367. OLE color: 7966367.

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

Color convert

RGB159142121-
CMYK00.110.240.38
HSL33.16º16.52%54.9%-
HSV(B)33.16º23.9%62.35%-
XYZ27.4228.122.07-
YUV144.69114.63138.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.68%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=37.68%
G=33.65%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914212100.110.240.3833.1616.5254.9
Hex9F8E790B1826211137
Octal2372161710133046412167
Binary10011111100011101111001010111100010011010000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,121); }

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

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

 a { background-color: rgb(159,142,121); }

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

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

 span { border-color: rgb(159,142,121); }

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