#998B66

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

Shades of Pale Oyster #998B66

Tints of Pale Oyster #998B66

Color information

#998B66 (or 0x998B66) is unknown color: approx Pale Oyster. HEX triplet: 99, 8B and 66. RGB value is (153,139,102). Sum of RGB (Red+Green+Blue) = 153+139+102=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #998B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B66 is #667499. Grayscale: #8B8B8B. Windows color (decimal): -6714522 or 6720409. OLE color: 6720409.

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

Color convert

RGB153139102-
CMYK00.090.330.4
HSL43.53º20%50%-
HSV(B)43.53º33.33%60%-
XYZ24.7726.216.32-
YUV138.97107.14138.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=38.83%
G=35.28%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313910200.090.330.443.532050
Hex998B660921282c1432
Octal2312131460114150542462
Binary100110011000101111001100100110000110100010110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B66; }

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

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

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

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

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

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

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

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