#969086

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

Shades of Heathered Grey #969086

Tints of Heathered Grey #969086

Color information

#969086 (or 0x969086) is unknown color: approx Heathered Grey. HEX triplet: 96, 90 and 86. RGB value is (150,144,134). Sum of RGB (Red+Green+Blue) = 150+144+134=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #969086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969086 is #696F79. Grayscale: #909090. Windows color (decimal): -6909818 or 8818838. OLE color: 8818838.

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

Color convert

RGB150144134-
CMYK00.040.110.41
HSL37.5º7.08%55.69%-
HSV(B)37.5º10.67%58.82%-
XYZ26.8528.1526.57-
YUV144.65121.99131.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=35.05%
G=33.64%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014413400.040.110.4137.57.0855.69
Hex96908604B2926738
Octal22622020604135146770
Binary10010110100100001000011001001011101001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969086; }

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

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

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

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

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

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

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

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