Html Css Color HEX #867E6A Arrowtown

📋 copy color: '#867E6A'

red 134 ◦ green 126 ◦ blue 106

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

Shades of Arrowtown #867E6A

Tints of Arrowtown #867E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 36.61%
G = 34.43%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#867E6A (or 0x867E6A) is known color: Arrowtown. HEX triplet: 86, 7E and 6A. RGB value is (134,126,106). Sum of RGB (Red+Green+Blue) = 134+126+106=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E6A is #798195. Grayscale: #7E7E7E. Windows color (decimal): -7963030 or 6979206. OLE color: 6979206.

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

Color convert

RGB 134 126 106 -
CMYK 0 0.06 0.21 0.47
HSL 42.86º 0.12% 0.47% -
HSV(B) 42.86º 0.21% 0.53% -
XYZ 19.89 21.03 16.65 -
YUV 126.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 134 126 106 0 0.06 0.21 0.47 42.86 0.12 0.47
Hex 86 7E 6A 0 6 15 2F 2B C 2F
Octal 206 176 152 0 6 25 57 53 14 57
Binary 10000110 1111110 1101010 0 110 10101 101111 101011 1100 101111

Color Harmonies of #867E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E6A

Black with #867E6A

Text Example


Text Example

White with #867E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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