#849586

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

Shades of Stack #849586

Tints of Stack #849586

Color information

#849586 (or 0x849586) is unknown color: approx Stack. HEX triplet: 84, 95 and 86. RGB value is (132,149,134). Sum of RGB (Red+Green+Blue) = 132+149+134=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #849586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849586 is #7B6A79. Grayscale: #8E8E8E. Windows color (decimal): -8088186 or 8820100. OLE color: 8820100.

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

Color convert

RGB132149134-
CMYK0.1100.100.42
HSL127.06º7.42%55.1%-
HSV(B)127.06º11.41%58.43%-
XYZ24.5728.1226.69-
YUV142.21123.37120.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=31.81%
G=35.90%
B=32.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491340.1100.100.42127.067.4255.1
Hex849586B0A2A7f737
Octal2042252061301252177767
Binary1000010010010101100001101011010101010101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849586; }

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

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

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

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

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

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

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

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