#9F926F

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

Shades of Pale Oyster #9F926F

Tints of Pale Oyster #9F926F

Color information

#9F926F (or 0x9F926F) is unknown color: approx Pale Oyster. HEX triplet: 9F, 92 and 6F. RGB value is (159,146,111). Sum of RGB (Red+Green+Blue) = 159+146+111=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F926F is #606D90. Grayscale: #929292. Windows color (decimal): -6319505 or 7312031. OLE color: 7312031.

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

Color convert

RGB159146111-
CMYK00.080.300.38
HSL43.75º20%52.94%-
HSV(B)43.75º30.19%62.35%-
XYZ27.4529.0819.2-
YUV145.9108.31137.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=38.22%
G=35.10%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914611100.080.300.3843.752052.94
Hex9F926F081E262c1435
Octal2372221570103646542465
Binary10011111100100101101111010001111010011010110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,146,111); }

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

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

 a { background-color: rgb(159,146,111); }

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

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

 span { border-color: rgb(159,146,111); }

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