#867B69

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

Shades of Arrowtown #867B69

Tints of Arrowtown #867B69

Color information

#867B69 (or 0x867B69) is unknown color: approx Arrowtown. HEX triplet: 86, 7B and 69. RGB value is (134,123,105). Sum of RGB (Red+Green+Blue) = 134+123+105=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B69 is #798496. Grayscale: #7C7C7C. Windows color (decimal): -7963799 or 6912902. OLE color: 6912902.

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

Color convert

RGB134123105-
CMYK00.080.220.47
HSL37.24º12.13%46.86%-
HSV(B)37.24º21.64%52.55%-
XYZ19.4620.2516.25-
YUV124.24117.14134.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=37.02%
G=33.98%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412310500.080.220.4737.2412.1346.86
Hex867B6908162F25c2f
Octal2061731510102657451457
Binary100001101111011110100101000101101011111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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