#867B60

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

Shades of Arrowtown #867B60

Tints of Arrowtown #867B60

Color information

#867B60 (or 0x867B60) is unknown color: approx Arrowtown. HEX triplet: 86, 7B and 60. RGB value is (134,123,96). Sum of RGB (Red+Green+Blue) = 134+123+96=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B60 is #79849F. Grayscale: #7B7B7B. Windows color (decimal): -7963808 or 6323078. OLE color: 6323078.

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

Color convert

RGB13412396-
CMYK00.080.280.47
HSL42.63º16.52%45.1%-
HSV(B)42.63º28.36%52.55%-
XYZ19.0320.0813.94-
YUV123.21112.64135.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=37.96%
G=34.84%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341239600.080.280.4742.6316.5245.1
Hex867B60081C2F2b112d
Octal2061731400103457532155
Binary1000011011110111100000010001110010111110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,96); }

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

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

 a { background-color: rgb(134,123,96); }

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

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

 span { border-color: rgb(134,123,96); }

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