#998C71

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

Shades of Pale Oyster #998C71

Tints of Pale Oyster #998C71

Color information

#998C71 (or 0x998C71) is unknown color: approx Pale Oyster. HEX triplet: 99, 8C and 71. RGB value is (153,140,113). Sum of RGB (Red+Green+Blue) = 153+140+113=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C71 is #66738E. Grayscale: #8C8C8C. Windows color (decimal): -6714255 or 7441561. OLE color: 7441561.

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

Color convert

RGB153140113-
CMYK00.080.260.4
HSL40.5º16.39%52.16%-
HSV(B)40.5º26.14%60%-
XYZ25.526.7219.44-
YUV140.81112.31136.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=37.68%
G=34.48%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314011300.080.260.440.516.3952.16
Hex998C71081A28291034
Octal2312141610103250512064
Binary10011001100011001110001010001101010100010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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