#9F8D6E

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

Shades of Pale Oyster #9F8D6E

Tints of Pale Oyster #9F8D6E

Color information

#9F8D6E (or 0x9F8D6E) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8D and 6E. RGB value is (159,141,110). Sum of RGB (Red+Green+Blue) = 159+141+110=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D6E is #607291. Grayscale: #8E8E8E. Windows color (decimal): -6320786 or 7245215. OLE color: 7245215.

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

Color convert

RGB159141110-
CMYK00.110.310.38
HSL37.96º20.33%52.75%-
HSV(B)37.96º30.82%62.35%-
XYZ26.6427.5518.66-
YUV142.85109.46139.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=38.78%
G=34.39%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914111000.110.310.3837.9620.3352.75
Hex9F8D6E0B1F26261435
Octal2372151560133746462465
Binary10011111100011011101110010111111110011010011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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