#849685

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

Shades of Stack #849685

Tints of Stack #849685

Color information

#849685 (or 0x849685) is unknown color: approx Stack. HEX triplet: 84, 96 and 85. RGB value is (132,150,133). Sum of RGB (Red+Green+Blue) = 132+150+133=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #849685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849685 is #7B697A. Grayscale: #8E8E8E. Windows color (decimal): -8087931 or 8754820. OLE color: 8754820.

HSL color Cylindrical-coordinate representation of color #849685: hue angle of 123.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #849685 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB132150133-
CMYK0.1200.110.41
HSL123.33º7.89%55.29%-
HSV(B)123.33º12%58.82%-
XYZ24.6628.4126.37-
YUV142.68122.54120.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=31.81%
G=36.14%
B=32.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321501330.1200.110.41123.337.8955.29
Hex849685C0B297b837
Octal20422620514013511731067
Binary10000100100101101000010111000101110100111110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849685; }

 p { color: rgb(132,150,133); }

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

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

 a { background-color: rgb(132,150,133); }

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

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

 span { border-color: rgb(132,150,133); }

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