#998B6A

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

Shades of Pale Oyster #998B6A

Tints of Pale Oyster #998B6A

Color information

#998B6A (or 0x998B6A) is unknown color: approx Pale Oyster. HEX triplet: 99, 8B and 6A. RGB value is (153,139,106). Sum of RGB (Red+Green+Blue) = 153+139+106=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B6A is #667495. Grayscale: #8B8B8B. Windows color (decimal): -6714518 or 6982553. OLE color: 6982553.

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

Color convert

RGB153139106-
CMYK00.090.310.4
HSL42.13º18.73%50.78%-
HSV(B)42.13º30.72%60%-
XYZ24.9726.2817.39-
YUV139.42109.14137.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=38.44%
G=34.92%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313910600.090.310.442.1318.7350.78
Hex998B6A091F282a1333
Octal2312131520113750522363
Binary10011001100010111101010010011111110100010101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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