#867D66

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

Shades of Arrowtown #867D66

Tints of Arrowtown #867D66

Color information

#867D66 (or 0x867D66) is unknown color: approx Arrowtown. HEX triplet: 86, 7D and 66. RGB value is (134,125,102). Sum of RGB (Red+Green+Blue) = 134+125+102=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #867D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D66 is #798299. Grayscale: #7D7D7D. Windows color (decimal): -7963290 or 6716806. OLE color: 6716806.

HSL color Cylindrical-coordinate representation of color #867D66: hue angle of 43.12º 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 #867D66 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB134125102-
CMYK00.070.240.47
HSL43.12º13.56%46.27%-
HSV(B)43.12º23.88%52.55%-
XYZ19.5620.6915.53-
YUV125.07114.98134.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=37.12%
G=34.63%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412510200.070.240.4743.1213.5646.27
Hex867D6607182F2be2e
Octal206175146073057531656
Binary10000110111110111001100111110001011111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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