#9D8F79

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

Shades of Pale Oyster #9D8F79

Tints of Pale Oyster #9D8F79

Color information

#9D8F79 (or 0x9D8F79) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8F and 79. RGB value is (157,143,121). Sum of RGB (Red+Green+Blue) = 157+143+121=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F79 is #627086. Grayscale: #909090. Windows color (decimal): -6451335 or 7966621. OLE color: 7966621.

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

Color convert

RGB157143121-
CMYK00.090.230.38
HSL36.67º15.52%54.51%-
HSV(B)36.67º22.93%61.57%-
XYZ27.1828.1922.1-
YUV144.68114.64136.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=37.29%
G=33.97%
B=28.74%

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
Decimal15714312100.090.230.3836.6715.5254.51
Hex9D8F79091726251037
Octal2352171710112746452067
Binary10011101100011111111001010011011110011010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,143,121); }

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

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

 a { background-color: rgb(157,143,121); }

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

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

 span { border-color: rgb(157,143,121); }

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