#998872

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

Shades of Pale Oyster #998872

Tints of Pale Oyster #998872

Color information

#998872 (or 0x998872) is unknown color: approx Pale Oyster. HEX triplet: 99, 88 and 72. RGB value is (153,136,114). Sum of RGB (Red+Green+Blue) = 153+136+114=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998872 is #66778D. Grayscale: #8A8A8A. Windows color (decimal): -6715278 or 7506073. OLE color: 7506073.

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

Color convert

RGB153136114-
CMYK00.110.250.4
HSL33.85º16.05%52.35%-
HSV(B)33.85º25.49%60%-
XYZ24.9825.619.54-
YUV138.57114.13138.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=37.97%
G=33.75%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313611400.110.250.433.8516.0552.35
Hex9988720B1928221034
Octal2312101620133150422064
Binary10011001100010001110010010111100110100010001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998872; }

 p { color: rgb(153,136,114); }

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

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

 a { background-color: rgb(153,136,114); }

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

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

 span { border-color: rgb(153,136,114); }

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