#998766

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

Shades of Pale Oyster #998766

Tints of Pale Oyster #998766

Color information

#998766 (or 0x998766) is unknown color: approx Pale Oyster. HEX triplet: 99, 87 and 66. RGB value is (153,135,102). Sum of RGB (Red+Green+Blue) = 153+135+102=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #998766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998766 is #667899. Grayscale: #888888. Windows color (decimal): -6715546 or 6719385. OLE color: 6719385.

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

Color convert

RGB153135102-
CMYK00.120.330.4
HSL38.82º20%50%-
HSV(B)38.82º33.33%60%-
XYZ24.225.0616.13-
YUV136.62108.46139.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=39.23%
G=34.62%
B=26.15%

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
Decimal15313510200.120.330.438.822050
Hex9987660C2128271432
Octal2312071460144150472462
Binary100110011000011111001100110010000110100010011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998766; }

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

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

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

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

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

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

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

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