Html Css Color HEX #867E6C Arrowtown

📋 copy color: '#867E6C'

red 134 ◦ green 126 ◦ blue 108

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

Shades of Arrowtown #867E6C

Tints of Arrowtown #867E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 36.41%
G = 34.24%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#867E6C (or 0x867E6C) is known color: Arrowtown. HEX triplet: 86, 7E and 6C. RGB value is (134,126,108). Sum of RGB (Red+Green+Blue) = 134+126+108=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E6C is #798193. Grayscale: #7E7E7E. Windows color (decimal): -7963028 or 7110278. OLE color: 7110278.

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

Color convert

RGB 134 126 108 -
CMYK 0 0.06 0.19 0.47
HSL 41.54º 0.11% 0.47% -
HSV(B) 41.54º 0.19% 0.53% -
XYZ 20 21.07 17.2 -
YUV 126.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 134 126 108 0 0.06 0.19 0.47 41.54 0.11 0.47
Hex 86 7E 6C 0 6 13 2F 2A B 2F
Octal 206 176 154 0 6 23 57 52 13 57
Binary 10000110 1111110 1101100 0 110 10011 101111 101010 1011 101111

Color Harmonies of #867E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E6C

Black with #867E6C

Text Example


Text Example

White with #867E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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