#988B68

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

Shades of Pale Oyster #988B68

Tints of Pale Oyster #988B68

Color information

#988B68 (or 0x988B68) is unknown color: approx Pale Oyster. HEX triplet: 98, 8B and 68. RGB value is (152,139,104). Sum of RGB (Red+Green+Blue) = 152+139+104=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B68 is #677497. Grayscale: #8B8B8B. Windows color (decimal): -6780056 or 6851480. OLE color: 6851480.

HSL color Cylindrical-coordinate representation of color #988B68: hue angle of 43.75º 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 #988B68 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152139104-
CMYK00.090.320.40
HSL43.75º18.9%50.2%-
HSV(B)43.75º31.58%59.61%-
XYZ24.6826.1416.84-
YUV138.9108.31137.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=38.48%
G=35.19%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213910400.090.320.4043.7518.950.2
Hex988B680920282c1332
Octal2302131500114050542362
Binary100110001000101111010000100110000010100010110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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