#9F8E6E

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

Shades of Pale Oyster #9F8E6E

Tints of Pale Oyster #9F8E6E

Color information

#9F8E6E (or 0x9F8E6E) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8E and 6E. RGB value is (159,142,110). Sum of RGB (Red+Green+Blue) = 159+142+110=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E6E is #607191. Grayscale: #8F8F8F. Windows color (decimal): -6320530 or 7245471. OLE color: 7245471.

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

Color convert

RGB159142110-
CMYK00.110.310.38
HSL39.18º20.33%52.75%-
HSV(B)39.18º30.82%62.35%-
XYZ26.7927.8418.71-
YUV143.43109.13139.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=38.69%
G=34.55%
B=26.76%

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
Decimal15914211000.110.310.3839.1820.3352.75
Hex9F8E6E0B1F26271435
Octal2372161560133746472465
Binary10011111100011101101110010111111110011010011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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