#849386

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

Shades of Stack #849386

Tints of Stack #849386

Color information

#849386 (or 0x849386) is unknown color: approx Stack. HEX triplet: 84, 93 and 86. RGB value is (132,147,134). Sum of RGB (Red+Green+Blue) = 132+147+134=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #849386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849386 is #7B6C79. Grayscale: #8D8D8D. Windows color (decimal): -8088698 or 8819588. OLE color: 8819588.

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

Color convert

RGB132147134-
CMYK0.1000.090.42
HSL128º6.49%54.71%-
HSV(B)128º10.2%57.65%-
XYZ24.2527.4926.58-
YUV141.03124.03121.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=31.96%
G=35.59%
B=32.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471340.1000.090.421286.4954.71
Hex849386A092A80637
Octal2042232061201152200667
Binary10000100100100111000011010100100110101010000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849386; }

 p { color: rgb(132,147,134); }

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

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

 a { background-color: rgb(132,147,134); }

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

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

 span { border-color: rgb(132,147,134); }

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