#998666

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

Shades of Pale Oyster #998666

Tints of Pale Oyster #998666

Color information

#998666 (or 0x998666) is unknown color: approx Pale Oyster. HEX triplet: 99, 86 and 66. RGB value is (153,134,102). Sum of RGB (Red+Green+Blue) = 153+134+102=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #998666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998666 is #667999. Grayscale: #888888. Windows color (decimal): -6715802 or 6719129. OLE color: 6719129.

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

Color convert

RGB153134102-
CMYK00.120.330.4
HSL37.65º20%50%-
HSV(B)37.65º33.33%60%-
XYZ24.0624.7816.09-
YUV136.03108.79140.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=39.33%
G=34.45%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313410200.120.330.437.652050
Hex9986660C2128261432
Octal2312061460144150462462
Binary100110011000011011001100110010000110100010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998666; }

 p { color: rgb(153,134,102); }

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

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

 a { background-color: rgb(153,134,102); }

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

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

 span { border-color: rgb(153,134,102); }

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