#949185

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

Shades of Heathered Grey #949185

Tints of Heathered Grey #949185

Color information

#949185 (or 0x949185) is unknown color: approx Heathered Grey. HEX triplet: 94, 91 and 85. RGB value is (148,145,133). Sum of RGB (Red+Green+Blue) = 148+145+133=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #949185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949185 is #6B6E7A. Grayscale: #909090. Windows color (decimal): -7040635 or 8753556. OLE color: 8753556.

HSL color Cylindrical-coordinate representation of color #949185: hue angle of 48º 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 #949185 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB148145133-
CMYK00.020.100.42
HSL48º6.55%55.1%-
HSV(B)48º10.14%58.04%-
XYZ26.5728.2426.24-
YUV144.53121.49130.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=34.74%
G=34.04%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814513300.020.100.42486.5555.1
Hex94918502A2A30737
Octal22422120502125260767
Binary1001010010010001100001010101010101010110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949185; }

 p { color: rgb(148,145,133); }

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

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

 a { background-color: rgb(148,145,133); }

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

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

 span { border-color: rgb(148,145,133); }

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