#969081

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

Shades of Heathered Grey #969081

Tints of Heathered Grey #969081

Color information

#969081 (or 0x969081) is unknown color: approx Heathered Grey. HEX triplet: 96, 90 and 81. RGB value is (150,144,129). Sum of RGB (Red+Green+Blue) = 150+144+129=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #969081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969081 is #696F7E. Grayscale: #909090. Windows color (decimal): -6909823 or 8491158. OLE color: 8491158.

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

Color convert

RGB150144129-
CMYK00.040.140.41
HSL42.86º9.09%54.71%-
HSV(B)42.86º14%58.82%-
XYZ26.5128.0224.78-
YUV144.08119.49132.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=35.46%
G=34.04%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014412900.040.140.4142.869.0954.71
Hex96908104E292b937
Octal226220201041651531167
Binary100101101001000010000001010011101010011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969081; }

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

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

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

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

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

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

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

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