#869485

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

Shades of Stack #869485

Tints of Stack #869485

Color information

#869485 (or 0x869485) is unknown color: approx Stack. HEX triplet: 86, 94 and 85. RGB value is (134,148,133). Sum of RGB (Red+Green+Blue) = 134+148+133=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #869485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869485 is #796B7A. Grayscale: #8E8E8E. Windows color (decimal): -7957371 or 8754310. OLE color: 8754310.

HSL color Cylindrical-coordinate representation of color #869485: hue angle of 116º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869485 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB134148133-
CMYK0.0900.100.42
HSL116º6.55%55.1%-
HSV(B)116º10.14%58.04%-
XYZ24.6627.9426.28-
YUV142.1122.86122.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.29%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=32.29%
G=35.66%
B=32.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481330.0900.100.421166.5555.1
Hex86948590A2A74737
Octal2062242051101252164767
Binary1000011010010100100001011001010101010101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869485; }

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

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

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

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

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

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

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

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