#9F9270

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

Shades of Pale Oyster #9F9270

Tints of Pale Oyster #9F9270

Color information

#9F9270 (or 0x9F9270) is unknown color: approx Pale Oyster. HEX triplet: 9F, 92 and 70. RGB value is (159,146,112). Sum of RGB (Red+Green+Blue) = 159+146+112=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9270 is #606D8F. Grayscale: #929292. Windows color (decimal): -6319504 or 7377567. OLE color: 7377567.

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

Color convert

RGB159146112-
CMYK00.080.300.38
HSL43.4º19.67%53.14%-
HSV(B)43.4º29.56%62.35%-
XYZ27.529.119.5-
YUV146.01108.81137.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=38.13%
G=35.01%
B=26.86%

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
Decimal15914611200.080.300.3843.419.6753.14
Hex9F9270081E262b1435
Octal2372221600103646532465
Binary10011111100100101110000010001111010011010101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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