#959181

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

Shades of Heathered Grey #959181

Tints of Heathered Grey #959181

Color information

#959181 (or 0x959181) is unknown color: approx Heathered Grey. HEX triplet: 95, 91 and 81. RGB value is (149,145,129). Sum of RGB (Red+Green+Blue) = 149+145+129=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #959181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959181 is #6A6E7E. Grayscale: #909090. Windows color (decimal): -6975103 or 8491413. OLE color: 8491413.

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

Color convert

RGB149145129-
CMYK00.030.130.42
HSL48º8.62%54.51%-
HSV(B)48º13.42%58.43%-
XYZ26.4828.2324.82-
YUV144.37119.33131.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=35.22%
G=34.28%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914512900.030.130.42488.6254.51
Hex95918103D2A30937
Octal225221201031552601167
Binary10010101100100011000000101111011010101100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959181; }

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

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

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

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

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

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

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

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