#988668

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

Shades of Pale Oyster #988668

Tints of Pale Oyster #988668

Color information

#988668 (or 0x988668) is unknown color: approx Pale Oyster. HEX triplet: 98, 86 and 68. RGB value is (152,134,104). Sum of RGB (Red+Green+Blue) = 152+134+104=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #988668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988668 is #677997. Grayscale: #888888. Windows color (decimal): -6781336 or 6850200. OLE color: 6850200.

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

Color convert

RGB152134104-
CMYK00.120.320.40
HSL37.5º18.9%50.2%-
HSV(B)37.5º31.58%59.61%-
XYZ23.9724.7316.61-
YUV135.96109.96139.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=38.97%
G=34.36%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213410400.120.320.4037.518.950.2
Hex9886680C2028261332
Octal2302061500144050462362
Binary100110001000011011010000110010000010100010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988668; }

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

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

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

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

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

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

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

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