#9D8D79

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

Shades of Pale Oyster #9D8D79

Tints of Pale Oyster #9D8D79

Color information

#9D8D79 (or 0x9D8D79) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8D and 79. RGB value is (157,141,121). Sum of RGB (Red+Green+Blue) = 157+141+121=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D79 is #627286. Grayscale: #8F8F8F. Windows color (decimal): -6451847 or 7966109. OLE color: 7966109.

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

Color convert

RGB157141121-
CMYK00.100.230.38
HSL33.33º15.52%54.51%-
HSV(B)33.33º22.93%61.57%-
XYZ26.8827.622-
YUV143.5115.3137.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=37.47%
G=33.65%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714112100.100.230.3833.3315.5254.51
Hex9D8D790A1726211037
Octal2352151710122746412067
Binary10011101100011011111001010101011110011010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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