#867B61

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

Shades of Arrowtown #867B61

Tints of Arrowtown #867B61

Color information

#867B61 (or 0x867B61) is unknown color: approx Arrowtown. HEX triplet: 86, 7B and 61. RGB value is (134,123,97). Sum of RGB (Red+Green+Blue) = 134+123+97=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #867B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B61 is #79849E. Grayscale: #7B7B7B. Windows color (decimal): -7963807 or 6388614. OLE color: 6388614.

HSL color Cylindrical-coordinate representation of color #867B61: hue angle of 42.16º degrees, saturation: 0.16, 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 #867B61 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13412397-
CMYK00.080.280.47
HSL42.16º16.02%45.29%-
HSV(B)42.16º27.61%52.55%-
XYZ19.0720.114.18-
YUV123.32113.14135.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=37.85%
G=34.75%
B=27.40%

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
Decimal1341239700.080.280.4742.1616.0245.29
Hex867B61081C2F2a102d
Octal2061731410103457522055
Binary1000011011110111100001010001110010111110101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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