#99886F

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

Shades of Pale Oyster #99886F

Tints of Pale Oyster #99886F

Color information

#99886F (or 0x99886F) is unknown color: approx Pale Oyster. HEX triplet: 99, 88 and 6F. RGB value is (153,136,111). Sum of RGB (Red+Green+Blue) = 153+136+111=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #99886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99886F is #667790. Grayscale: #8A8A8A. Windows color (decimal): -6715281 or 7309465. OLE color: 7309465.

HSL color Cylindrical-coordinate representation of color #99886F: hue angle of 35.71º 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 #99886F is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB153136111-
CMYK00.110.270.4
HSL35.71º17.07%51.76%-
HSV(B)35.71º27.45%60%-
XYZ24.8125.5318.66-
YUV138.23112.63138.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=38.25%
G=34%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313611100.110.270.435.7117.0751.76
Hex99886F0B1B28241134
Octal2312101570133350442164
Binary10011001100010001101111010111101110100010010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99886F; }

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

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

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

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

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

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

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

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