#998C76

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

Shades of Pale Oyster #998C76

Tints of Pale Oyster #998C76

Color information

#998C76 (or 0x998C76) is unknown color: approx Pale Oyster. HEX triplet: 99, 8C and 76. RGB value is (153,140,118). Sum of RGB (Red+Green+Blue) = 153+140+118=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C76 is #667389. Grayscale: #8D8D8D. Windows color (decimal): -6714250 or 7769241. OLE color: 7769241.

HSL color Cylindrical-coordinate representation of color #998C76: hue angle of 37.71º 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 #998C76 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153140118-
CMYK00.080.230.4
HSL37.71º14.64%53.14%-
HSV(B)37.71º22.88%60%-
XYZ25.7826.8420.96-
YUV141.38114.81136.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=37.23%
G=34.06%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314011800.080.230.437.7114.6453.14
Hex998C7608172826f35
Octal2312141660102750461765
Binary1001100110001100111011001000101111010001001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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