#9B8C71

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

Shades of Pale Oyster #9B8C71

Tints of Pale Oyster #9B8C71

Color information

#9B8C71 (or 0x9B8C71) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8C and 71. RGB value is (155,140,113). Sum of RGB (Red+Green+Blue) = 155+140+113=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C71 is #64738E. Grayscale: #8D8D8D. Windows color (decimal): -6583183 or 7441563. OLE color: 7441563.

HSL color Cylindrical-coordinate representation of color #9B8C71: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B8C71 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB155140113-
CMYK00.100.270.39
HSL38.57º17.36%52.55%-
HSV(B)38.57º27.1%60.78%-
XYZ25.8826.9219.45-
YUV141.41111.97137.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=37.99%
G=34.31%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514011300.100.270.3938.5717.3652.55
Hex9B8C710A1B27271135
Octal2332141610123347472165
Binary10011011100011001110001010101101110011110011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,113); }

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

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

 a { background-color: rgb(155,140,113); }

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

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

 span { border-color: rgb(155,140,113); }

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