#807969

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

Shades of Arrowtown #807969

Tints of Arrowtown #807969

Color information

#807969 (or 0x807969) is unknown color: approx Arrowtown. HEX triplet: 80, 79 and 69. RGB value is (128,121,105). Sum of RGB (Red+Green+Blue) = 128+121+105=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #807969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807969 is #7F8696. Grayscale: #797979. Windows color (decimal): -8357527 or 6912384. OLE color: 6912384.

HSL color Cylindrical-coordinate representation of color #807969: hue angle of 41.74º 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 #807969 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB128121105-
CMYK00.050.180.50
HSL41.74º9.87%45.69%-
HSV(B)41.74º17.97%50.2%-
XYZ18.2919.2816.12-
YUV121.27118.82132.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=36.16%
G=34.18%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812110500.050.180.5041.749.8745.69
Hex8079690512322aa2e
Octal200171151052262521256
Binary10000000111100111010010101100101100101010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807969; }

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

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

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

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

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

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

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

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