#969186

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

Shades of Heathered Grey #969186

Tints of Heathered Grey #969186

Color information

#969186 (or 0x969186) is unknown color: approx Heathered Grey. HEX triplet: 96, 91 and 86. RGB value is (150,145,134). Sum of RGB (Red+Green+Blue) = 150+145+134=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969186 is #696E79. Grayscale: #919191. Windows color (decimal): -6909562 or 8819094. OLE color: 8819094.

HSL color Cylindrical-coordinate representation of color #969186: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969186 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150145134-
CMYK00.030.110.41
HSL41.25º7.08%55.69%-
HSV(B)41.25º10.67%58.82%-
XYZ27.0128.4626.62-
YUV145.24121.66131.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=34.97%
G=33.80%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014513400.030.110.4141.257.0855.69
Hex96918603B2929738
Octal22622120603135151770
Binary1001011010010001100001100111011101001101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969186; }

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

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

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

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

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

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

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

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