#867D6B

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

Shades of Arrowtown #867D6B

Tints of Arrowtown #867D6B

Color information

#867D6B (or 0x867D6B) is unknown color: approx Arrowtown. HEX triplet: 86, 7D and 6B. RGB value is (134,125,107). Sum of RGB (Red+Green+Blue) = 134+125+107=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D6B is #798294. Grayscale: #7D7D7D. Windows color (decimal): -7963285 or 7044486. OLE color: 7044486.

HSL color Cylindrical-coordinate representation of color #867D6B: hue angle of 40º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #867D6B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB134125107-
CMYK00.070.200.47
HSL40º11.2%47.25%-
HSV(B)40º20.15%52.55%-
XYZ19.8220.816.88-
YUV125.64117.48133.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=36.61%
G=34.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412510700.070.200.474011.247.25
Hex867D6B07142F28b2f
Octal206175153072457501357
Binary10000110111110111010110111101001011111010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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