#98856A

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

Shades of Pale Oyster #98856A

Tints of Pale Oyster #98856A

Color information

#98856A (or 0x98856A) is unknown color: approx Pale Oyster. HEX triplet: 98, 85 and 6A. RGB value is (152,133,106). Sum of RGB (Red+Green+Blue) = 152+133+106=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98856A is #677A95. Grayscale: #878787. Windows color (decimal): -6781590 or 6981016. OLE color: 6981016.

HSL color Cylindrical-coordinate representation of color #98856A: hue angle of 35.22º 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 #98856A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB152133106-
CMYK00.130.300.40
HSL35.22º18.25%50.59%-
HSV(B)35.22º30.26%59.61%-
XYZ23.9424.4917.1-
YUV135.6111.29139.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=38.87%
G=34.02%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213310600.130.300.4035.2218.2550.59
Hex98856A0D1E28231233
Octal2302051520153650432263
Binary10011000100001011101010011011111010100010001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,133,106); }

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

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

 a { background-color: rgb(152,133,106); }

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

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

 span { border-color: rgb(152,133,106); }

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