#9D8A63

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

Shades of Pale Oyster #9D8A63

Tints of Pale Oyster #9D8A63

Color information

#9D8A63 (or 0x9D8A63) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8A and 63. RGB value is (157,138,99). Sum of RGB (Red+Green+Blue) = 157+138+99=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A63 is #62759C. Grayscale: #8B8B8B. Windows color (decimal): -6452637 or 6523549. OLE color: 6523549.

HSL color Cylindrical-coordinate representation of color #9D8A63: hue angle of 40.34º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D8A63 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB15713899-
CMYK00.120.370.38
HSL40.34º22.83%50.2%-
HSV(B)40.34º36.94%61.57%-
XYZ25.2526.2515.54-
YUV139.23105.29140.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.85%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=39.85%
G=35.03%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571389900.120.370.3840.3422.8350.2
Hex9D8A630C2526281732
Octal2352121430144546502762
Binary100111011000101011000110110010010110011010100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,99); }

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

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

 a { background-color: rgb(157,138,99); }

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

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

 span { border-color: rgb(157,138,99); }

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