#998A6D

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

Shades of Pale Oyster #998A6D

Tints of Pale Oyster #998A6D

Color information

#998A6D (or 0x998A6D) is unknown color: approx Pale Oyster. HEX triplet: 99, 8A and 6D. RGB value is (153,138,109). Sum of RGB (Red+Green+Blue) = 153+138+109=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A6D is #667592. Grayscale: #8B8B8B. Windows color (decimal): -6714771 or 7178905. OLE color: 7178905.

HSL color Cylindrical-coordinate representation of color #998A6D: hue angle of 39.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998A6D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153138109-
CMYK00.100.290.4
HSL39.55º17.74%51.37%-
HSV(B)39.55º28.76%60%-
XYZ24.9926.0518.18-
YUV139.18110.97137.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=38.25%
G=34.5%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313810900.100.290.439.5517.7451.37
Hex998A6D0A1D28281233
Octal2312121550123550502263
Binary10011001100010101101101010101110110100010100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,138,109); }

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

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

 a { background-color: rgb(153,138,109); }

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

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

 span { border-color: rgb(153,138,109); }

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