#9D8D6E

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

Shades of Pale Oyster #9D8D6E

Tints of Pale Oyster #9D8D6E

Color information

#9D8D6E (or 0x9D8D6E) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8D and 6E. RGB value is (157,141,110). Sum of RGB (Red+Green+Blue) = 157+141+110=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D6E is #627291. Grayscale: #8E8E8E. Windows color (decimal): -6451858 or 7245213. OLE color: 7245213.

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

Color convert

RGB157141110-
CMYK00.100.300.38
HSL39.57º19.34%52.35%-
HSV(B)39.57º29.94%61.57%-
XYZ26.2427.3418.65-
YUV142.25109.8138.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=38.48%
G=34.56%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714111000.100.300.3839.5719.3452.35
Hex9D8D6E0A1E26281334
Octal2352151560123646502364
Binary10011101100011011101110010101111010011010100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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