#867A66

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

Shades of Arrowtown #867A66

Tints of Arrowtown #867A66

Color information

#867A66 (or 0x867A66) is unknown color: approx Arrowtown. HEX triplet: 86, 7A and 66. RGB value is (134,122,102). Sum of RGB (Red+Green+Blue) = 134+122+102=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #867A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A66 is #798599. Grayscale: #7B7B7B. Windows color (decimal): -7964058 or 6716038. OLE color: 6716038.

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

Color convert

RGB134122102-
CMYK00.090.240.47
HSL37.5º13.56%46.27%-
HSV(B)37.5º23.88%52.55%-
XYZ19.1919.9515.41-
YUV123.31115.98135.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=37.43%
G=34.08%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412210200.090.240.4737.513.5646.27
Hex867A6609182F25e2e
Octal2061721460113057451656
Binary100001101111010110011001001110001011111001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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