#868886

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

Shades of Stack #868886

Tints of Stack #868886

Color information

#868886 (or 0x868886) is unknown color: approx Stack. HEX triplet: 86, 88 and 86. RGB value is (134,136,134). Sum of RGB (Red+Green+Blue) = 134+136+134=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 136 - color contains mainly: green. Hex color #868886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868886 is #797779. Grayscale: #878787. Windows color (decimal): -7960442 or 8816774. OLE color: 8816774.

HSL color Cylindrical-coordinate representation of color #868886: hue angle of 120º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #868886 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB134136134-
CMYK0.0100.010.47
HSL120º0.83%52.94%-
HSV(B)120º1.47%53.33%-
XYZ22.9424.426.05-
YUV135.17127.34127.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=33.17%
G=33.66%
B=33.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341361340.0100.010.471200.8352.94
Hex8688861012F78135
Octal20621020610157170165
Binary10000110100010001000011010110111111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868886; }

 p { color: rgb(134,136,134); }

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

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

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

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

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

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

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