#988669

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

Shades of Pale Oyster #988669

Tints of Pale Oyster #988669

Color information

#988669 (or 0x988669) is unknown color: approx Pale Oyster. HEX triplet: 98, 86 and 69. RGB value is (152,134,105). Sum of RGB (Red+Green+Blue) = 152+134+105=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #988669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988669 is #677996. Grayscale: #888888. Windows color (decimal): -6781335 or 6915736. OLE color: 6915736.

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

Color convert

RGB152134105-
CMYK00.120.310.40
HSL37.02º18.58%50.39%-
HSV(B)37.02º30.92%59.61%-
XYZ24.0224.7516.87-
YUV136.08110.46139.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=38.87%
G=34.27%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213410500.120.310.4037.0218.5850.39
Hex9886690C1F28251332
Octal2302061510143750452362
Binary10011000100001101101001011001111110100010010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988669; }

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

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

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

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

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

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

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

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