#988667

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

Shades of Pale Oyster #988667

Tints of Pale Oyster #988667

Color information

#988667 (or 0x988667) is unknown color: approx Pale Oyster. HEX triplet: 98, 86 and 67. RGB value is (152,134,103). Sum of RGB (Red+Green+Blue) = 152+134+103=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #988667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988667 is #677998. Grayscale: #878787. Windows color (decimal): -6781337 or 6784664. OLE color: 6784664.

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

Color convert

RGB152134103-
CMYK00.120.320.40
HSL37.96º19.22%50%-
HSV(B)37.96º32.24%59.61%-
XYZ23.9224.716.34-
YUV135.85109.46139.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=39.07%
G=34.45%
B=26.48%

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
Decimal15213410300.120.320.4037.9619.2250
Hex9886670C2028261332
Octal2302061470144050462362
Binary100110001000011011001110110010000010100010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988667; }

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

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

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

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

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

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

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

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