#807962

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

Shades of Arrowtown #807962

Tints of Arrowtown #807962

Color information

#807962 (or 0x807962) is unknown color: approx Arrowtown. HEX triplet: 80, 79 and 62. RGB value is (128,121,98). Sum of RGB (Red+Green+Blue) = 128+121+98=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #807962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807962 is #7F869D. Grayscale: #787878. Windows color (decimal): -8357534 or 6453632. OLE color: 6453632.

HSL color Cylindrical-coordinate representation of color #807962: hue angle of 46º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807962 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB12812198-
CMYK00.050.230.50
HSL46º13.27%44.31%-
HSV(B)46º23.44%50.2%-
XYZ17.9419.1514.31-
YUV120.47115.32133.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=36.89%
G=34.87%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281219800.050.230.504613.2744.31
Hex8079620517322ed2c
Octal200171142052762561554
Binary10000000111100111000100101101111100101011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807962; }

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

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

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

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

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

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

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

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