#998869

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

Shades of Pale Oyster #998869

Tints of Pale Oyster #998869

Color information

#998869 (or 0x998869) is unknown color: approx Pale Oyster. HEX triplet: 99, 88 and 69. RGB value is (153,136,105). Sum of RGB (Red+Green+Blue) = 153+136+105=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #998869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998869 is #667796. Grayscale: #898989. Windows color (decimal): -6715287 or 6916249. OLE color: 6916249.

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

Color convert

RGB153136105-
CMYK00.110.310.4
HSL38.75º19.05%50.59%-
HSV(B)38.75º31.37%60%-
XYZ24.4925.416.98-
YUV137.55109.63139.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=38.83%
G=34.52%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313610500.110.310.438.7519.0550.59
Hex9988690B1F28271333
Octal2312101510133750472363
Binary10011001100010001101001010111111110100010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998869; }

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

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

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

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

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

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

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

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