#998D75

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

Shades of Pale Oyster #998D75

Tints of Pale Oyster #998D75

Color information

#998D75 (or 0x998D75) is unknown color: approx Pale Oyster. HEX triplet: 99, 8D and 75. RGB value is (153,141,117). Sum of RGB (Red+Green+Blue) = 153+141+117=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D75 is #66728A. Grayscale: #8D8D8D. Windows color (decimal): -6713995 or 7703961. OLE color: 7703961.

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

Color convert

RGB153141117-
CMYK00.080.240.4
HSL40º15%52.94%-
HSV(B)40º23.53%60%-
XYZ25.8727.1120.7-
YUV141.85113.98135.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=37.23%
G=34.31%
B=28.47%

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
Decimal15314111700.080.240.4401552.94
Hex998D7508182828f35
Octal2312151650103050501765
Binary1001100110001101111010101000110001010001010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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