#9F926E

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

Shades of Pale Oyster #9F926E

Tints of Pale Oyster #9F926E

Color information

#9F926E (or 0x9F926E) is unknown color: approx Pale Oyster. HEX triplet: 9F, 92 and 6E. RGB value is (159,146,110). Sum of RGB (Red+Green+Blue) = 159+146+110=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F926E is #606D91. Grayscale: #919191. Windows color (decimal): -6319506 or 7246495. OLE color: 7246495.

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

Color convert

RGB159146110-
CMYK00.080.310.38
HSL44.08º20.33%52.75%-
HSV(B)44.08º30.82%62.35%-
XYZ27.3929.0518.92-
YUV145.78107.81137.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=38.31%
G=35.18%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914611000.080.310.3844.0820.3352.75
Hex9F926E081F262c1435
Octal2372221560103746542465
Binary10011111100100101101110010001111110011010110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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