#969080

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

Shades of Heathered Grey #969080

Tints of Heathered Grey #969080

Color information

#969080 (or 0x969080) is unknown color: approx Heathered Grey. HEX triplet: 96, 90 and 80. RGB value is (150,144,128). Sum of RGB (Red+Green+Blue) = 150+144+128=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #969080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969080 is #696F7F. Grayscale: #909090. Windows color (decimal): -6909824 or 8425622. OLE color: 8425622.

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

Color convert

RGB150144128-
CMYK00.040.150.41
HSL43.64º9.48%54.51%-
HSV(B)43.64º14.67%58.82%-
XYZ26.4527.9924.43-
YUV143.97118.99132.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=35.55%
G=34.12%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014412800.040.150.4143.649.4854.51
Hex96908004F292c937
Octal226220200041751541167
Binary100101101001000010000000010011111010011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969080; }

 p { color: rgb(150,144,128); }

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

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

 a { background-color: rgb(150,144,128); }

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

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

 span { border-color: rgb(150,144,128); }

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