Html Css Color HEX #867E6B Arrowtown

📋 copy color: '#867E6B'

red 134 ◦ green 126 ◦ blue 107

#867E6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arrowtown #867E6B

Tints of Arrowtown #867E6B

RGB

 RED value IS 134 (52.73% from 255) = 36.51%

 GREEN value IS 126 (49.61% from 255) = 34.33%

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 36.51%
G = 34.33%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#867E6B (or 0x867E6B) is known color: Arrowtown. HEX triplet: 86, 7E and 6B. RGB value is (134,126,107). Sum of RGB (Red+Green+Blue) = 134+126+107=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E6B is #798194. Grayscale: #7E7E7E. Windows color (decimal): -7963029 or 7044742. OLE color: 7044742.

HSL color Cylindrical-coordinate representation of color #867E6B: hue angle of 42.22º 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 #867E6B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 126 107 -
CMYK 0 0.06 0.20 0.47
HSL 42.22º 0.11% 0.47% -
HSV(B) 42.22º 0.2% 0.53% -
XYZ 19.95 21.05 16.92 -
YUV 126.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 134 126 107 0 0.06 0.20 0.47 42.22 0.11 0.47
Hex 86 7E 6B 0 6 14 2F 2A B 2F
Octal 206 176 153 0 6 24 57 52 13 57
Binary 10000110 1111110 1101011 0 110 10100 101111 101010 1011 101111

Color Harmonies of #867E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E6B

Black with #867E6B

Text Example


Text Example

White with #867E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #867E6B;
 }
 .AnyTagClassName
 {
   color: #867E6B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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