#998976

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

Shades of Pale Oyster #998976

Tints of Pale Oyster #998976

Color information

#998976 (or 0x998976) is unknown color: approx Pale Oyster. HEX triplet: 99, 89 and 76. RGB value is (153,137,118). Sum of RGB (Red+Green+Blue) = 153+137+118=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998976 is #667689. Grayscale: #8B8B8B. Windows color (decimal): -6715018 or 7768473. OLE color: 7768473.

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

Color convert

RGB153137118-
CMYK00.100.230.4
HSL32.57º14.64%53.14%-
HSV(B)32.57º22.88%60%-
XYZ25.3525.9720.82-
YUV139.62115.8137.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=37.5%
G=33.58%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313711800.100.230.432.5714.6453.14
Hex9989760A172821f35
Octal2312111660122750411765
Binary1001100110001001111011001010101111010001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998976; }

 p { color: rgb(153,137,118); }

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

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

 a { background-color: rgb(153,137,118); }

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

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

 span { border-color: rgb(153,137,118); }

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