#998C6D

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

Shades of Pale Oyster #998C6D

Tints of Pale Oyster #998C6D

Color information

#998C6D (or 0x998C6D) is unknown color: approx Pale Oyster. HEX triplet: 99, 8C and 6D. RGB value is (153,140,109). Sum of RGB (Red+Green+Blue) = 153+140+109=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C6D is #667392. Grayscale: #8C8C8C. Windows color (decimal): -6714259 or 7179417. OLE color: 7179417.

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

Color convert

RGB153140109-
CMYK00.080.290.4
HSL42.27º17.74%51.37%-
HSV(B)42.27º28.76%60%-
XYZ25.2826.6318.28-
YUV140.35110.31137.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=38.06%
G=34.83%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314010900.080.290.442.2717.7451.37
Hex998C6D081D282a1233
Octal2312141550103550522263
Binary10011001100011001101101010001110110100010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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