#969181

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

Shades of Heathered Grey #969181

Tints of Heathered Grey #969181

Color information

#969181 (or 0x969181) is unknown color: approx Heathered Grey. HEX triplet: 96, 91 and 81. RGB value is (150,145,129). Sum of RGB (Red+Green+Blue) = 150+145+129=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #969181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969181 is #696E7E. Grayscale: #909090. Windows color (decimal): -6909567 or 8491414. OLE color: 8491414.

HSL color Cylindrical-coordinate representation of color #969181: hue angle of 45.71º 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 #969181 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB150145129-
CMYK00.030.140.41
HSL45.71º9.09%54.71%-
HSV(B)45.71º14%58.82%-
XYZ26.6728.3224.83-
YUV144.67119.16131.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=35.38%
G=34.20%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014512900.030.140.4145.719.0954.71
Hex96918103E292e937
Octal226221201031651561167
Binary10010110100100011000000101111101010011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969181; }

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

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

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

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

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

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

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

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