#998868

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

Shades of Pale Oyster #998868

Tints of Pale Oyster #998868

Color information

#998868 (or 0x998868) is unknown color: approx Pale Oyster. HEX triplet: 99, 88 and 68. RGB value is (153,136,104). Sum of RGB (Red+Green+Blue) = 153+136+104=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #998868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998868 is #667797. Grayscale: #898989. Windows color (decimal): -6715288 or 6850713. OLE color: 6850713.

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

Color convert

RGB153136104-
CMYK00.110.320.4
HSL39.18º19.37%50.39%-
HSV(B)39.18º32.03%60%-
XYZ24.4425.3816.71-
YUV137.44109.13139.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=38.93%
G=34.61%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313610400.110.320.439.1819.3750.39
Hex9988680B2028271332
Octal2312101500134050472362
Binary100110011000100011010000101110000010100010011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998868; }

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

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

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

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

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

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

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

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