#968979

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

Shades of Heathered Grey #968979

Tints of Heathered Grey #968979

Color information

#968979 (or 0x968979) is unknown color: approx Heathered Grey. HEX triplet: 96, 89 and 79. RGB value is (150,137,121). Sum of RGB (Red+Green+Blue) = 150+137+121=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #968979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968979 is #697686. Grayscale: #8B8B8B. Windows color (decimal): -6911623 or 7965078. OLE color: 7965078.

HSL color Cylindrical-coordinate representation of color #968979: hue angle of 33.1º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968979 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150137121-
CMYK00.090.190.41
HSL33.1º12.13%53.14%-
HSV(B)33.1º19.33%58.82%-
XYZ24.9725.7621.74-
YUV139.06117.81135.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=36.76%
G=33.58%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013712100.090.190.4133.112.1353.14
Hex96897909132921c35
Octal2262111710112351411465
Binary1001011010001001111100101001100111010011000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968979; }

 p { color: rgb(150,137,121); }

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

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

 a { background-color: rgb(150,137,121); }

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

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

 span { border-color: rgb(150,137,121); }

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