#998D71

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

Shades of Pale Oyster #998D71

Tints of Pale Oyster #998D71

Color information

#998D71 (or 0x998D71) is unknown color: approx Pale Oyster. HEX triplet: 99, 8D and 71. RGB value is (153,141,113). Sum of RGB (Red+Green+Blue) = 153+141+113=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #998D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D71 is #66728E. Grayscale: #8D8D8D. Windows color (decimal): -6713999 or 7441817. OLE color: 7441817.

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

Color convert

RGB153141113-
CMYK00.080.260.4
HSL42º16.39%52.16%-
HSV(B)42º26.14%60%-
XYZ25.6427.0119.49-
YUV141.4111.98136.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=37.59%
G=34.64%
B=27.76%

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
Decimal15314111300.080.260.44216.3952.16
Hex998D71081A282a1034
Octal2312151610103250522064
Binary10011001100011011110001010001101010100010101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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