#998970

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

Shades of Pale Oyster #998970

Tints of Pale Oyster #998970

Color information

#998970 (or 0x998970) is unknown color: approx Pale Oyster. HEX triplet: 99, 89 and 70. RGB value is (153,137,112). Sum of RGB (Red+Green+Blue) = 153+137+112=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998970 is #66768F. Grayscale: #8B8B8B. Windows color (decimal): -6715024 or 7375257. OLE color: 7375257.

HSL color Cylindrical-coordinate representation of color #998970: hue angle of 36.59º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998970 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB153137112-
CMYK00.100.270.4
HSL36.59º16.73%51.96%-
HSV(B)36.59º26.8%60%-
XYZ25.0125.8319-
YUV138.93112.8138.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=38.06%
G=34.08%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313711200.100.270.436.5916.7351.96
Hex9989700A1B28251134
Octal2312111600123350452164
Binary10011001100010011110000010101101110100010010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998970; }

 p { color: rgb(153,137,112); }

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

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

 a { background-color: rgb(153,137,112); }

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

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

 span { border-color: rgb(153,137,112); }

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