#998E81

Color #998E81 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #998E81

Tints of Heathered Grey #998E81

Color information

#998E81 (or 0x998E81) is unknown color: approx Heathered Grey. HEX triplet: 99, 8E and 81. RGB value is (153,142,129). Sum of RGB (Red+Green+Blue) = 153+142+129=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #998E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E81 is #66717E. Grayscale: #8F8F8F. Windows color (decimal): -6713727 or 8490649. OLE color: 8490649.

HSL color Cylindrical-coordinate representation of color #998E81: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998E81 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153142129-
CMYK00.070.160.4
HSL32.5º10.53%55.29%-
HSV(B)32.5º15.69%60%-
XYZ26.7727.724.71-
YUV143.81119.64134.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=36.08%
G=33.49%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314212900.070.160.432.510.5355.29
Hex998E8107102821b37
Octal231216201072050411367
Binary1001100110001110100000010111100001010001000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,142,129); }

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

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

 a { background-color: rgb(153,142,129); }

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

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

 span { border-color: rgb(153,142,129); }

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