#9D8C6E

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

Shades of Pale Oyster #9D8C6E

Tints of Pale Oyster #9D8C6E

Color information

#9D8C6E (or 0x9D8C6E) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8C and 6E. RGB value is (157,140,110). Sum of RGB (Red+Green+Blue) = 157+140+110=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8C6E is #627391. Grayscale: #8D8D8D. Windows color (decimal): -6452114 or 7244957. OLE color: 7244957.

HSL color Cylindrical-coordinate representation of color #9D8C6E: hue angle of 38.3º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D8C6E is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB157140110-
CMYK00.110.300.38
HSL38.3º19.34%52.35%-
HSV(B)38.3º29.94%61.57%-
XYZ26.127.0518.6-
YUV141.66110.13138.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=38.57%
G=34.40%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714011000.110.300.3838.319.3452.35
Hex9D8C6E0B1E26261334
Octal2352141560133646462364
Binary10011101100011001101110010111111010011010011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,140,110); }

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

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

 a { background-color: rgb(157,140,110); }

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

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

 span { border-color: rgb(157,140,110); }

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