#86806F

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

Shades of Arrowtown #86806F

Tints of Arrowtown #86806F

Color information

#86806F (or 0x86806F) is unknown color: approx Arrowtown. HEX triplet: 86, 80 and 6F. RGB value is (134,128,111). Sum of RGB (Red+Green+Blue) = 134+128+111=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806F is #797F90. Grayscale: #7F7F7F. Windows color (decimal): -7962513 or 7307398. OLE color: 7307398.

HSL color Cylindrical-coordinate representation of color #86806F: hue angle of 44.35º 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 #86806F is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134128111-
CMYK00.040.170.47
HSL44.35º9.39%48.04%-
HSV(B)44.35º17.16%52.55%-
XYZ20.4221.6518.14-
YUV127.86118.49132.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=35.92%
G=34.32%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412811100.040.170.4744.359.3948.04
Hex86806F04112F2c930
Octal206200157042157541160
Binary100001101000000011011110100100011011111011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86806F; }

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

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

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

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

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

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

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

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