#807869

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

Shades of Arrowtown #807869

Tints of Arrowtown #807869

Color information

#807869 (or 0x807869) is unknown color: approx Arrowtown. HEX triplet: 80, 78 and 69. RGB value is (128,120,105). Sum of RGB (Red+Green+Blue) = 128+120+105=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #807869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807869 is #7F8796. Grayscale: #787878. Windows color (decimal): -8357783 or 6912128. OLE color: 6912128.

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

Color convert

RGB128120105-
CMYK00.060.180.50
HSL39.13º9.87%45.69%-
HSV(B)39.13º17.97%50.2%-
XYZ18.1719.0416.08-
YUV120.68119.15133.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=36.26%
G=33.99%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812010500.060.180.5039.139.8745.69
Hex80786906123227a2e
Octal200170151062262471256
Binary10000000111100011010010110100101100101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807869; }

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

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

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

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

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

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

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

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