#998E76

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

Shades of Pale Oyster #998E76

Tints of Pale Oyster #998E76

Color information

#998E76 (or 0x998E76) is unknown color: approx Pale Oyster. HEX triplet: 99, 8E and 76. RGB value is (153,142,118). Sum of RGB (Red+Green+Blue) = 153+142+118=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #998E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E76 is #667189. Grayscale: #8E8E8E. Windows color (decimal): -6713738 or 7769753. OLE color: 7769753.

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

Color convert

RGB153142118-
CMYK00.070.230.4
HSL41.14º14.64%53.14%-
HSV(B)41.14º22.88%60%-
XYZ26.0827.4321.06-
YUV142.55114.14135.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=37.05%
G=34.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314211800.070.230.441.1414.6453.14
Hex998E7607172829f35
Octal231216166072750511765
Binary100110011000111011101100111101111010001010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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