#98876B

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

Shades of Pale Oyster #98876B

Tints of Pale Oyster #98876B

Color information

#98876B (or 0x98876B) is unknown color: approx Pale Oyster. HEX triplet: 98, 87 and 6B. RGB value is (152,135,107). Sum of RGB (Red+Green+Blue) = 152+135+107=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98876B is #677894. Grayscale: #898989. Windows color (decimal): -6781077 or 7047064. OLE color: 7047064.

HSL color Cylindrical-coordinate representation of color #98876B: 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.3%. Process color model (Four color, CMYK) of #98876B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB152135107-
CMYK00.110.300.40
HSL37.33º17.93%50.78%-
HSV(B)37.33º29.61%59.61%-
XYZ24.2725.0617.47-
YUV136.89111.13138.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=38.58%
G=34.26%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213510700.110.300.4037.3317.9350.78
Hex98876B0B1E28251233
Octal2302071530133650452263
Binary10011000100001111101011010111111010100010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98876B; }

 p { color: rgb(152,135,107); }

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

<style>
 a { background-color: #98876B; }

 a { background-color: rgb(152,135,107); }

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

<style>
 span { border-color: #98876B; }

 span { border-color: rgb(152,135,107); }

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