#998A6A

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

Shades of Pale Oyster #998A6A

Tints of Pale Oyster #998A6A

Color information

#998A6A (or 0x998A6A) is unknown color: approx Pale Oyster. HEX triplet: 99, 8A and 6A. RGB value is (153,138,106). Sum of RGB (Red+Green+Blue) = 153+138+106=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #998A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A6A is #667595. Grayscale: #8A8A8A. Windows color (decimal): -6714774 or 6982297. OLE color: 6982297.

HSL color Cylindrical-coordinate representation of color #998A6A: hue angle of 40.85º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998A6A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB153138106-
CMYK00.100.310.4
HSL40.85º18.73%50.78%-
HSV(B)40.85º30.72%60%-
XYZ24.8325.9917.34-
YUV138.84109.47138.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=38.54%
G=34.76%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313810600.100.310.440.8518.7350.78
Hex998A6A0A1F28291333
Octal2312121520123750512363
Binary10011001100010101101010010101111110100010100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,138,106); }

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

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

 a { background-color: rgb(153,138,106); }

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

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

 span { border-color: rgb(153,138,106); }

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