#9F8F73

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

Shades of Pale Oyster #9F8F73

Tints of Pale Oyster #9F8F73

Color information

#9F8F73 (or 0x9F8F73) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8F and 73. RGB value is (159,143,115). Sum of RGB (Red+Green+Blue) = 159+143+115=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F73 is #60708C. Grayscale: #909090. Windows color (decimal): -6320269 or 7573407. OLE color: 7573407.

HSL color Cylindrical-coordinate representation of color #9F8F73: hue angle of 38.18º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8F73 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159143115-
CMYK00.100.280.38
HSL38.18º18.64%53.73%-
HSV(B)38.18º27.67%62.35%-
XYZ27.2228.2520.24-
YUV144.59111.3138.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=38.13%
G=34.29%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914311500.100.280.3838.1818.6453.73
Hex9F8F730A1C26261336
Octal2372171630123446462366
Binary10011111100011111110011010101110010011010011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,143,115); }

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

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

 a { background-color: rgb(159,143,115); }

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

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

 span { border-color: rgb(159,143,115); }

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