#867A62

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

Shades of Arrowtown #867A62

Tints of Arrowtown #867A62

Color information

#867A62 (or 0x867A62) is unknown color: approx Arrowtown. HEX triplet: 86, 7A and 62. RGB value is (134,122,98). Sum of RGB (Red+Green+Blue) = 134+122+98=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #867A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A62 is #79859D. Grayscale: #7A7A7A. Windows color (decimal): -7964062 or 6453894. OLE color: 6453894.

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

Color convert

RGB13412298-
CMYK00.090.270.47
HSL40º15.52%45.49%-
HSV(B)40º26.87%52.55%-
XYZ1919.8714.39-
YUV122.85113.98135.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=37.85%
G=34.46%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341229800.090.270.474015.5245.49
Hex867A62091B2F28102d
Octal2061721420113357502055
Binary1000011011110101100010010011101110111110100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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