#867A64

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

Shades of Arrowtown #867A64

Tints of Arrowtown #867A64

Color information

#867A64 (or 0x867A64) is unknown color: approx Arrowtown. HEX triplet: 86, 7A and 64. RGB value is (134,122,100). Sum of RGB (Red+Green+Blue) = 134+122+100=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #867A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A64 is #79859B. Grayscale: #7B7B7B. Windows color (decimal): -7964060 or 6584966. OLE color: 6584966.

HSL color Cylindrical-coordinate representation of color #867A64: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867A64 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134122100-
CMYK00.090.250.47
HSL38.82º14.53%45.88%-
HSV(B)38.82º25.37%52.55%-
XYZ19.0919.9114.89-
YUV123.08114.98135.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=37.64%
G=34.27%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412210000.090.250.4738.8214.5345.88
Hex867A6409192F27f2e
Octal2061721440113157471756
Binary100001101111010110010001001110011011111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A64; }

 p { color: rgb(134,122,100); }

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

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

 a { background-color: rgb(134,122,100); }

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

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

 span { border-color: rgb(134,122,100); }

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