#807865

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

Shades of Arrowtown #807865

Tints of Arrowtown #807865

Color information

#807865 (or 0x807865) is unknown color: approx Arrowtown. HEX triplet: 80, 78 and 65. RGB value is (128,120,101). Sum of RGB (Red+Green+Blue) = 128+120+101=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #807865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807865 is #7F879A. Grayscale: #787878. Windows color (decimal): -8357787 or 6649984. OLE color: 6649984.

HSL color Cylindrical-coordinate representation of color #807865: hue angle of 42.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807865 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB128120101-
CMYK00.060.210.50
HSL42.22º11.79%44.9%-
HSV(B)42.22º21.09%50.2%-
XYZ17.9718.9615.02-
YUV120.23117.15133.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=36.68%
G=34.38%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812010100.060.210.5042.2211.7944.9
Hex8078650615322ac2d
Octal200170145062562521455
Binary10000000111100011001010110101011100101010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807865; }

 p { color: rgb(128,120,101); }

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

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

 a { background-color: rgb(128,120,101); }

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

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

 span { border-color: rgb(128,120,101); }

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