Html Css Color HEX #86786D Americano

📋 copy color: '#86786D'

red 134 ◦ green 120 ◦ blue 109

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

Shades of Americano #86786D

Tints of Americano #86786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 36.91%
G = 33.06%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86786D (or 0x86786D) is known color: Americano. HEX triplet: 86, 78 and 6D. RGB value is (134,120,109). Sum of RGB (Red+Green+Blue) = 134+120+109=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86786D is #798792. Grayscale: #7A7A7A. Windows color (decimal): -7964563 or 7174278. OLE color: 7174278.

HSL color Cylindrical-coordinate representation of color #86786D: hue angle of 26.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86786D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 120 109 -
CMYK 0 0.10 0.19 0.47
HSL 26.4º 0.1% 0.48% -
HSV(B) 26.4º 0.19% 0.53% -
XYZ 19.31 19.61 17.23 -
YUV 122.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 134 120 109 0 0.10 0.19 0.47 26.4 0.1 0.48
Hex 86 78 6D 0 A 13 2F 1A A 30
Octal 206 170 155 0 12 23 57 32 12 60
Binary 10000110 1111000 1101101 0 1010 10011 101111 11010 1010 110000

Color Harmonies of #86786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86786D

Black with #86786D

Text Example


Text Example

White with #86786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86786D; }

 p { color: rgb(134,120,109); }

 H1.HeaderClassName
 {
   color: #86786D;
 }
 .AnyTagClassName
 {
   color: #86786D;
 }
</style>

background-color css

<style>
 a { background-color: #86786D; }

 a { background-color: rgb(134,120,109); }

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

border-color css

<style>
 span { border-color: #86786D; }

 span { border-color: rgb(134,120,109); }

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