#99866A

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

Shades of Pale Oyster #99866A

Tints of Pale Oyster #99866A

Color information

#99866A (or 0x99866A) is unknown color: approx Pale Oyster. HEX triplet: 99, 86 and 6A. RGB value is (153,134,106). Sum of RGB (Red+Green+Blue) = 153+134+106=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99866A is #667995. Grayscale: #888888. Windows color (decimal): -6715798 or 6981273. OLE color: 6981273.

HSL color Cylindrical-coordinate representation of color #99866A: hue angle of 35.74º 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 #99866A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB153134106-
CMYK00.120.310.4
HSL35.74º18.73%50.78%-
HSV(B)35.74º30.72%60%-
XYZ24.2624.8617.16-
YUV136.49110.79139.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=38.93%
G=34.10%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313410600.120.310.435.7418.7350.78
Hex99866A0C1F28241333
Octal2312061520143750442363
Binary10011001100001101101010011001111110100010010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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