#949081

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

Shades of Heathered Grey #949081

Tints of Heathered Grey #949081

Color information

#949081 (or 0x949081) is unknown color: approx Heathered Grey. HEX triplet: 94, 90 and 81. RGB value is (148,144,129). Sum of RGB (Red+Green+Blue) = 148+144+129=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #949081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949081 is #6B6F7E. Grayscale: #8F8F8F. Windows color (decimal): -7040895 or 8491156. OLE color: 8491156.

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

Color convert

RGB148144129-
CMYK00.030.130.42
HSL47.37º8.15%54.31%-
HSV(B)47.37º12.84%58.04%-
XYZ26.1527.8324.76-
YUV143.49119.83131.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=35.15%
G=34.20%
B=30.64%

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
Decimal14814412900.030.130.4247.378.1554.31
Hex94908103D2A2f836
Octal224220201031552571066
Binary10010100100100001000000101111011010101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949081; }

 p { color: rgb(148,144,129); }

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

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

 a { background-color: rgb(148,144,129); }

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

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

 span { border-color: rgb(148,144,129); }

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