#9F8E6C

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

Shades of Pale Oyster #9F8E6C

Tints of Pale Oyster #9F8E6C

Color information

#9F8E6C (or 0x9F8E6C) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8E and 6C. RGB value is (159,142,108). Sum of RGB (Red+Green+Blue) = 159+142+108=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E6C is #607193. Grayscale: #8F8F8F. Windows color (decimal): -6320532 or 7114399. OLE color: 7114399.

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

Color convert

RGB159142108-
CMYK00.110.320.38
HSL40º20.99%52.35%-
HSV(B)40º32.08%62.35%-
XYZ26.6827.818.15-
YUV143.21108.13139.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=38.88%
G=34.72%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914210800.110.320.384020.9952.35
Hex9F8E6C0B2026281534
Octal2372161540134046502564
Binary100111111000111011011000101110000010011010100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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