#998B79

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

Shades of Heathered Grey #998B79

Tints of Heathered Grey #998B79

Color information

#998B79 (or 0x998B79) is unknown color: approx Heathered Grey. HEX triplet: 99, 8B and 79. RGB value is (153,139,121). Sum of RGB (Red+Green+Blue) = 153+139+121=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #998B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B79 is #667486. Grayscale: #8D8D8D. Windows color (decimal): -6714503 or 7965593. OLE color: 7965593.

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

Color convert

RGB153139121-
CMYK00.090.210.4
HSL33.75º13.56%53.73%-
HSV(B)33.75º20.92%60%-
XYZ25.8226.6221.87-
YUV141.13116.64136.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=37.05%
G=33.66%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313912100.090.210.433.7513.5653.73
Hex998B7909152822e36
Octal2312131710112550421666
Binary1001100110001011111100101001101011010001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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