#9D8965

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

Shades of Pale Oyster #9D8965

Tints of Pale Oyster #9D8965

Color information

#9D8965 (or 0x9D8965) is unknown color: approx Pale Oyster. HEX triplet: 9D, 89 and 65. RGB value is (157,137,101). Sum of RGB (Red+Green+Blue) = 157+137+101=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8965 is #62769A. Grayscale: #8B8B8B. Windows color (decimal): -6452891 or 6654365. OLE color: 6654365.

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

Color convert

RGB157137101-
CMYK00.130.360.38
HSL38.57º22.22%50.59%-
HSV(B)38.57º35.67%61.57%-
XYZ25.22616-
YUV138.88106.63140.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=39.75%
G=34.68%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713710100.130.360.3838.5722.2250.59
Hex9D89650D2426271633
Octal2352111450154446472663
Binary100111011000100111001010110110010010011010011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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