#98866C

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

Shades of Pale Oyster #98866C

Tints of Pale Oyster #98866C

Color information

#98866C (or 0x98866C) is unknown color: approx Pale Oyster. HEX triplet: 98, 86 and 6C. RGB value is (152,134,108). Sum of RGB (Red+Green+Blue) = 152+134+108=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98866C is #677993. Grayscale: #888888. Windows color (decimal): -6781332 or 7112344. OLE color: 7112344.

HSL color Cylindrical-coordinate representation of color #98866C: hue angle of 35.45º 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 #98866C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB152134108-
CMYK00.120.290.40
HSL35.45º17.6%50.98%-
HSV(B)35.45º28.95%59.61%-
XYZ24.1824.8117.7-
YUV136.42111.96139.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=38.58%
G=34.01%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213410800.120.290.4035.4517.650.98
Hex98866C0C1D28231233
Octal2302061540143550432263
Binary10011000100001101101100011001110110100010001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,134,108); }

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

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

 a { background-color: rgb(152,134,108); }

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

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

 span { border-color: rgb(152,134,108); }

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