#849086

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

Shades of Stack #849086

Tints of Stack #849086

Color information

#849086 (or 0x849086) is unknown color: approx Stack. HEX triplet: 84, 90 and 86. RGB value is (132,144,134). Sum of RGB (Red+Green+Blue) = 132+144+134=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #849086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849086 is #7B6F79. Grayscale: #8B8B8B. Windows color (decimal): -8089466 or 8818820. OLE color: 8818820.

HSL color Cylindrical-coordinate representation of color #849086: hue angle of 130º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #849086 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB132144134-
CMYK0.0800.070.44
HSL130º5.13%54.12%-
HSV(B)130º8.33%56.47%-
XYZ23.7926.5726.43-
YUV139.27125.02122.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=32.20%
G=35.12%
B=32.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441340.0800.070.441305.1354.12
Hex8490868072C82536
Octal204220206100754202566
Binary1000010010010000100001101000011110110010000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849086; }

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

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

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

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

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

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

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

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