#98886A

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

Shades of Pale Oyster #98886A

Tints of Pale Oyster #98886A

Color information

#98886A (or 0x98886A) is unknown color: approx Pale Oyster. HEX triplet: 98, 88 and 6A. RGB value is (152,136,106). Sum of RGB (Red+Green+Blue) = 152+136+106=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98886A is #677795. Grayscale: #898989. Windows color (decimal): -6780822 or 6981784. OLE color: 6981784.

HSL color Cylindrical-coordinate representation of color #98886A: hue angle of 39.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98886A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB152136106-
CMYK00.110.300.40
HSL39.13º18.25%50.59%-
HSV(B)39.13º30.26%59.61%-
XYZ24.3525.3217.24-
YUV137.36110.3138.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=38.58%
G=34.52%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213610600.110.300.4039.1318.2550.59
Hex98886A0B1E28271233
Octal2302101520133650472263
Binary10011000100010001101010010111111010100010011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98886A; }

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

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

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

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

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

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

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

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