#9F8C61

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

Shades of Pale Oyster #9F8C61

Tints of Pale Oyster #9F8C61

Color information

#9F8C61 (or 0x9F8C61) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8C and 61. RGB value is (159,140,97). Sum of RGB (Red+Green+Blue) = 159+140+97=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C61 is #60739E. Grayscale: #8C8C8C. Windows color (decimal): -6321055 or 6392991. OLE color: 6392991.

HSL color Cylindrical-coordinate representation of color #9F8C61: hue angle of 41.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8C61 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15914097-
CMYK00.120.390.38
HSL41.61º24.41%50.2%-
HSV(B)41.61º38.99%62.35%-
XYZ25.8326.9915.16-
YUV140.78103.29141-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=40.15%
G=35.35%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591409700.120.390.3841.6124.4150.2
Hex9F8C610C27262a1832
Octal2372141410144746523062
Binary100111111000110011000010110010011110011010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,97); }

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

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

 a { background-color: rgb(159,140,97); }

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

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

 span { border-color: rgb(159,140,97); }

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