#998D74

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

Shades of Pale Oyster #998D74

Tints of Pale Oyster #998D74

Color information

#998D74 (or 0x998D74) is unknown color: approx Pale Oyster. HEX triplet: 99, 8D and 74. RGB value is (153,141,116). Sum of RGB (Red+Green+Blue) = 153+141+116=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #998D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D74 is #66728B. Grayscale: #8D8D8D. Windows color (decimal): -6713996 or 7638425. OLE color: 7638425.

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

Color convert

RGB153141116-
CMYK00.080.240.4
HSL40.54º15.35%52.75%-
HSV(B)40.54º24.18%60%-
XYZ25.8127.0820.39-
YUV141.74113.48136.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 116 (45.70% from 255) = 28.29%
R=37.32%
G=34.39%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314111600.080.240.440.5415.3552.75
Hex998D7408182829f35
Octal2312151640103050511765
Binary1001100110001101111010001000110001010001010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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