#867F6F

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

Shades of Arrowtown #867F6F

Tints of Arrowtown #867F6F

Color information

#867F6F (or 0x867F6F) is unknown color: approx Arrowtown. HEX triplet: 86, 7F and 6F. RGB value is (134,127,111). Sum of RGB (Red+Green+Blue) = 134+127+111=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #867F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F6F is #798090. Grayscale: #7F7F7F. Windows color (decimal): -7962769 or 7307142. OLE color: 7307142.

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

Color convert

RGB134127111-
CMYK00.050.170.47
HSL41.74º9.39%48.04%-
HSV(B)41.74º17.16%52.55%-
XYZ20.2921.3918.1-
YUV127.27118.82132.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=36.02%
G=34.14%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412711100.050.170.4741.749.3948.04
Hex867F6F05112F2a930
Octal206177157052157521160
Binary10000110111111111011110101100011011111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,111); }

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

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

 a { background-color: rgb(134,127,111); }

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

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

 span { border-color: rgb(134,127,111); }

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