#998B75

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

Shades of Pale Oyster #998B75

Tints of Pale Oyster #998B75

Color information

#998B75 (or 0x998B75) is unknown color: approx Pale Oyster. HEX triplet: 99, 8B and 75. RGB value is (153,139,117). Sum of RGB (Red+Green+Blue) = 153+139+117=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B75 is #66748A. Grayscale: #8C8C8C. Windows color (decimal): -6714507 or 7703449. OLE color: 7703449.

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

Color convert

RGB153139117-
CMYK00.090.240.4
HSL36.67º15%52.94%-
HSV(B)36.67º23.53%60%-
XYZ25.5826.5220.6-
YUV140.68114.64136.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=37.41%
G=33.99%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313911700.090.240.436.671552.94
Hex998B7509182825f35
Octal2312131650113050451765
Binary1001100110001011111010101001110001010001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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