#988867

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

Shades of Pale Oyster #988867

Tints of Pale Oyster #988867

Color information

#988867 (or 0x988867) is unknown color: approx Pale Oyster. HEX triplet: 98, 88 and 67. RGB value is (152,136,103). Sum of RGB (Red+Green+Blue) = 152+136+103=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #988867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988867 is #677798. Grayscale: #898989. Windows color (decimal): -6780825 or 6785176. OLE color: 6785176.

HSL color Cylindrical-coordinate representation of color #988867: hue angle of 40.41º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988867 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152136103-
CMYK00.110.320.40
HSL40.41º19.22%50%-
HSV(B)40.41º32.24%59.61%-
XYZ24.225.2616.43-
YUV137.02108.8138.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=38.87%
G=34.78%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213610300.110.320.4040.4119.2250
Hex9888670B2028281332
Octal2302101470134050502362
Binary100110001000100011001110101110000010100010100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988867; }

 p { color: rgb(152,136,103); }

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

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

 a { background-color: rgb(152,136,103); }

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

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

 span { border-color: rgb(152,136,103); }

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