#99886C

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

Shades of Pale Oyster #99886C

Tints of Pale Oyster #99886C

Color information

#99886C (or 0x99886C) is unknown color: approx Pale Oyster. HEX triplet: 99, 88 and 6C. RGB value is (153,136,108). Sum of RGB (Red+Green+Blue) = 153+136+108=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99886C is #667793. Grayscale: #8A8A8A. Windows color (decimal): -6715284 or 7112857. OLE color: 7112857.

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

Color convert

RGB153136108-
CMYK00.110.290.4
HSL37.33º18.07%51.18%-
HSV(B)37.33º29.41%60%-
XYZ24.6525.4617.8-
YUV137.89111.13138.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=38.54%
G=34.26%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313610800.110.290.437.3318.0751.18
Hex99886C0B1D28251233
Octal2312101540133550452263
Binary10011001100010001101100010111110110100010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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