#9D896F

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

Shades of Pale Oyster #9D896F

Tints of Pale Oyster #9D896F

Color information

#9D896F (or 0x9D896F) is unknown color: approx Pale Oyster. HEX triplet: 9D, 89 and 6F. RGB value is (157,137,111). Sum of RGB (Red+Green+Blue) = 157+137+111=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D896F is #627690. Grayscale: #8C8C8C. Windows color (decimal): -6452881 or 7309725. OLE color: 7309725.

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

Color convert

RGB157137111-
CMYK00.130.290.38
HSL33.91º19.01%52.55%-
HSV(B)33.91º29.3%61.57%-
XYZ25.7226.2118.74-
YUV140.02111.63140.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=38.77%
G=33.83%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713711100.130.290.3833.9119.0152.55
Hex9D896F0D1D26221335
Octal2352111570153546422365
Binary10011101100010011101111011011110110011010001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,137,111); }

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

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

 a { background-color: rgb(157,137,111); }

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

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

 span { border-color: rgb(157,137,111); }

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