#959086

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

Shades of Heathered Grey #959086

Tints of Heathered Grey #959086

Color information

#959086 (or 0x959086) is unknown color: approx Heathered Grey. HEX triplet: 95, 90 and 86. RGB value is (149,144,134). Sum of RGB (Red+Green+Blue) = 149+144+134=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #959086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959086 is #6A6F79. Grayscale: #909090. Windows color (decimal): -6975354 or 8818837. OLE color: 8818837.

HSL color Cylindrical-coordinate representation of color #959086: hue angle of 40º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959086 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB149144134-
CMYK00.030.100.42
HSL40º6.61%55.49%-
HSV(B)40º10.07%58.43%-
XYZ26.6728.0626.56-
YUV144.35122.16131.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=34.89%
G=33.72%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914413400.030.100.42406.6155.49
Hex95908603A2A28737
Octal22522020603125250767
Binary1001010110010000100001100111010101010101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959086; }

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

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

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

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

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

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

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

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