#998A73

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

Shades of Pale Oyster #998A73

Tints of Pale Oyster #998A73

Color information

#998A73 (or 0x998A73) is unknown color: approx Pale Oyster. HEX triplet: 99, 8A and 73. RGB value is (153,138,115). Sum of RGB (Red+Green+Blue) = 153+138+115=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A73 is #66758C. Grayscale: #8B8B8B. Windows color (decimal): -6714765 or 7572121. OLE color: 7572121.

HSL color Cylindrical-coordinate representation of color #998A73: hue angle of 36.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998A73 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB153138115-
CMYK00.100.250.4
HSL36.32º15.7%52.55%-
HSV(B)36.32º24.84%60%-
XYZ25.3226.1919.94-
YUV139.86113.97137.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=37.68%
G=33.99%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313811500.100.250.436.3215.752.55
Hex998A730A1928241035
Octal2312121630123150442065
Binary10011001100010101110011010101100110100010010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A73; }

 p { color: rgb(153,138,115); }

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

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

 a { background-color: rgb(153,138,115); }

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

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

 span { border-color: rgb(153,138,115); }

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