#918871

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

Shades of Pale Oyster #918871

Tints of Pale Oyster #918871

Color information

#918871 (or 0x918871) is unknown color: approx Pale Oyster. HEX triplet: 91, 88 and 71. RGB value is (145,136,113). Sum of RGB (Red+Green+Blue) = 145+136+113=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #918871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918871 is #6E778E. Grayscale: #888888. Windows color (decimal): -7239567 or 7440529. OLE color: 7440529.

HSL color Cylindrical-coordinate representation of color #918871: hue angle of 43.13º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #918871 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB145136113-
CMYK00.060.220.43
HSL43.13º12.7%50.59%-
HSV(B)43.13º22.07%56.86%-
XYZ23.4624.8219.18-
YUV136.07114.98134.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=36.80%
G=34.52%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513611300.060.220.4343.1312.750.59
Hex91887106162B2bd33
Octal221210161062653531563
Binary100100011000100011100010110101101010111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918871; }

 p { color: rgb(145,136,113); }

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

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

 a { background-color: rgb(145,136,113); }

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

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

 span { border-color: rgb(145,136,113); }

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