#867A63

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

Shades of Arrowtown #867A63

Tints of Arrowtown #867A63

Color information

#867A63 (or 0x867A63) is unknown color: approx Arrowtown. HEX triplet: 86, 7A and 63. RGB value is (134,122,99). Sum of RGB (Red+Green+Blue) = 134+122+99=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #867A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A63 is #79859C. Grayscale: #7B7B7B. Windows color (decimal): -7964061 or 6519430. OLE color: 6519430.

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

Color convert

RGB13412299-
CMYK00.090.260.47
HSL39.43º15.02%45.69%-
HSV(B)39.43º26.12%52.55%-
XYZ19.0419.8914.64-
YUV122.97114.48135.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=37.75%
G=34.37%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341229900.090.260.4739.4315.0245.69
Hex867A63091A2F27f2e
Octal2061721430113257471756
Binary100001101111010110001101001110101011111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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