#998C79

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

Shades of Heathered Grey #998C79

Tints of Heathered Grey #998C79

Color information

#998C79 (or 0x998C79) is unknown color: approx Heathered Grey. HEX triplet: 99, 8C and 79. RGB value is (153,140,121). Sum of RGB (Red+Green+Blue) = 153+140+121=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C79 is #667386. Grayscale: #8D8D8D. Windows color (decimal): -6714247 or 7965849. OLE color: 7965849.

HSL color Cylindrical-coordinate representation of color #998C79: hue angle of 35.63º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998C79 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153140121-
CMYK00.080.210.4
HSL35.63º13.56%53.73%-
HSV(B)35.63º20.92%60%-
XYZ25.9726.9121.91-
YUV141.72116.31136.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=36.96%
G=33.82%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314012100.080.210.435.6313.5653.73
Hex998C7908152824e36
Octal2312141710102550441666
Binary1001100110001100111100101000101011010001001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,121); }

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

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

 a { background-color: rgb(153,140,121); }

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

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

 span { border-color: rgb(153,140,121); }

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