#988A69

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

Shades of Pale Oyster #988A69

Tints of Pale Oyster #988A69

Color information

#988A69 (or 0x988A69) is unknown color: approx Pale Oyster. HEX triplet: 98, 8A and 69. RGB value is (152,138,105). Sum of RGB (Red+Green+Blue) = 152+138+105=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A69 is #677596. Grayscale: #8A8A8A. Windows color (decimal): -6780311 or 6916760. OLE color: 6916760.

HSL color Cylindrical-coordinate representation of color #988A69: hue angle of 42.13º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988A69 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB152138105-
CMYK00.090.310.40
HSL42.13º18.58%50.39%-
HSV(B)42.13º30.92%59.61%-
XYZ24.5925.8717.06-
YUV138.42109.14137.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=38.48%
G=34.94%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213810500.090.310.4042.1318.5850.39
Hex988A69091F282a1332
Octal2302121510113750522362
Binary10011000100010101101001010011111110100010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A69; }

 p { color: rgb(152,138,105); }

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

<style>
 a { background-color: #988A69; }

 a { background-color: rgb(152,138,105); }

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

<style>
 span { border-color: #988A69; }

 span { border-color: rgb(152,138,105); }

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