#867E6F

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

Shades of Arrowtown #867E6F

Tints of Arrowtown #867E6F

Color information

#867E6F (or 0x867E6F) is unknown color: approx Arrowtown. HEX triplet: 86, 7E and 6F. RGB value is (134,126,111). Sum of RGB (Red+Green+Blue) = 134+126+111=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #867E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E6F is #798190. Grayscale: #7E7E7E. Windows color (decimal): -7963025 or 7306886. OLE color: 7306886.

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

Color convert

RGB134126111-
CMYK00.060.170.47
HSL39.13º9.39%48.04%-
HSV(B)39.13º17.16%52.55%-
XYZ20.1621.1418.06-
YUV126.68119.15133.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 126 (49.61% from 255) = 33.96%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=36.12%
G=33.96%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412611100.060.170.4739.139.3948.04
Hex867E6F06112F27930
Octal206176157062157471160
Binary10000110111111011011110110100011011111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E6F; }

 p { color: rgb(134,126,111); }

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

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

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

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

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

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

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