#99866E

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

Shades of Pale Oyster #99866E

Tints of Pale Oyster #99866E

Color information

#99866E (or 0x99866E) is unknown color: approx Pale Oyster. HEX triplet: 99, 86 and 6E. RGB value is (153,134,110). Sum of RGB (Red+Green+Blue) = 153+134+110=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99866E is #667991. Grayscale: #898989. Windows color (decimal): -6715794 or 7243417. OLE color: 7243417.

HSL color Cylindrical-coordinate representation of color #99866E: hue angle of 33.49º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99866E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB153134110-
CMYK00.120.280.4
HSL33.49º17.41%51.57%-
HSV(B)33.49º28.1%60%-
XYZ24.4824.9518.28-
YUV136.94112.79139.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=38.54%
G=33.75%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313411000.120.280.433.4917.4151.57
Hex99866E0C1C28211134
Octal2312061560143450412164
Binary10011001100001101101110011001110010100010000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99866E; }

 p { color: rgb(153,134,110); }

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

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

 a { background-color: rgb(153,134,110); }

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

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

 span { border-color: rgb(153,134,110); }

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