#9D8E73

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

Shades of Pale Oyster #9D8E73

Tints of Pale Oyster #9D8E73

Color information

#9D8E73 (or 0x9D8E73) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8E and 73. RGB value is (157,142,115). Sum of RGB (Red+Green+Blue) = 157+142+115=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8E73 is #62718C. Grayscale: #8F8F8F. Windows color (decimal): -6451597 or 7573149. OLE color: 7573149.

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

Color convert

RGB157142115-
CMYK00.100.270.38
HSL38.57º17.65%53.33%-
HSV(B)38.57º26.75%61.57%-
XYZ26.6727.7520.17-
YUV143.41111.97137.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=37.92%
G=34.30%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714211500.100.270.3838.5717.6553.33
Hex9D8E730A1B26271235
Octal2352161630123346472265
Binary10011101100011101110011010101101110011010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,142,115); }

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

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

 a { background-color: rgb(157,142,115); }

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

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

 span { border-color: rgb(157,142,115); }

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