#807964

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

Shades of Arrowtown #807964

Tints of Arrowtown #807964

Color information

#807964 (or 0x807964) is unknown color: approx Arrowtown. HEX triplet: 80, 79 and 64. RGB value is (128,121,100). Sum of RGB (Red+Green+Blue) = 128+121+100=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #807964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807964 is #7F869B. Grayscale: #787878. Windows color (decimal): -8357532 or 6584704. OLE color: 6584704.

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

Color convert

RGB128121100-
CMYK00.050.220.50
HSL45º12.28%44.71%-
HSV(B)45º21.88%50.2%-
XYZ18.0419.1814.81-
YUV120.7116.32133.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=36.68%
G=34.67%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812110000.050.220.504512.2844.71
Hex8079640516322dc2d
Octal200171144052662551455
Binary10000000111100111001000101101101100101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807964; }

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

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

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

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

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

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

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

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