#949084

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

Shades of Heathered Grey #949084

Tints of Heathered Grey #949084

Color information

#949084 (or 0x949084) is unknown color: approx Heathered Grey. HEX triplet: 94, 90 and 84. RGB value is (148,144,132). Sum of RGB (Red+Green+Blue) = 148+144+132=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #949084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949084 is #6B6F7B. Grayscale: #8F8F8F. Windows color (decimal): -7040892 or 8687764. OLE color: 8687764.

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

Color convert

RGB148144132-
CMYK00.030.110.42
HSL45º6.96%54.9%-
HSV(B)45º10.81%58.04%-
XYZ26.3527.9125.83-
YUV143.83121.33130.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=34.91%
G=33.96%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814413200.030.110.42456.9654.9
Hex94908403B2A2d737
Octal22422020403135255767
Binary1001010010010000100001000111011101010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949084; }

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

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

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

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

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

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

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

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