#869585

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

Shades of Stack #869585

Tints of Stack #869585

Color information

#869585 (or 0x869585) is unknown color: approx Stack. HEX triplet: 86, 95 and 85. RGB value is (134,149,133). Sum of RGB (Red+Green+Blue) = 134+149+133=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #869585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869585 is #796A7A. Grayscale: #8E8E8E. Windows color (decimal): -7957115 or 8754566. OLE color: 8754566.

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

Color convert

RGB134149133-
CMYK0.1000.110.42
HSL116.25º7.02%55.29%-
HSV(B)116.25º10.74%58.43%-
XYZ24.8128.2626.34-
YUV142.69122.53121.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=32.21%
G=35.82%
B=31.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491330.1000.110.42116.257.0255.29
Hex869585A0B2A74737
Octal2062252051201352164767
Binary1000011010010101100001011010010111010101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869585; }

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

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

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

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

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

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

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

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