#998D72

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

Shades of Pale Oyster #998D72

Tints of Pale Oyster #998D72

Color information

#998D72 (or 0x998D72) is unknown color: approx Pale Oyster. HEX triplet: 99, 8D and 72. RGB value is (153,141,114). Sum of RGB (Red+Green+Blue) = 153+141+114=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D72 is #66728D. Grayscale: #8D8D8D. Windows color (decimal): -6713998 or 7507353. OLE color: 7507353.

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

Color convert

RGB153141114-
CMYK00.080.250.4
HSL41.54º16.05%52.35%-
HSV(B)41.54º25.49%60%-
XYZ25.727.0419.78-
YUV141.51112.48136.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=37.5%
G=34.56%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314111400.080.250.441.5416.0552.35
Hex998D720819282a1034
Octal2312151620103150522064
Binary10011001100011011110010010001100110100010101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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