Html Css Color HEX #86786E Americano

📋 copy color: '#86786E'

red 134 ◦ green 120 ◦ blue 110

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

Shades of Americano #86786E

Tints of Americano #86786E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 36.81%
G = 32.97%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86786E (or 0x86786E) is known color: Americano. HEX triplet: 86, 78 and 6E. RGB value is (134,120,110). Sum of RGB (Red+Green+Blue) = 134+120+110=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #86786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86786E is #798791. Grayscale: #7B7B7B. Windows color (decimal): -7964562 or 7239814. OLE color: 7239814.

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

Color convert

RGB 134 120 110 -
CMYK 0 0.10 0.18 0.47
HSL 25º 0.1% 0.48% -
HSV(B) 25º 0.18% 0.53% -
XYZ 19.36 19.63 17.52 -
YUV 123.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 134 120 110 0 0.10 0.18 0.47 25 0.1 0.48
Hex 86 78 6E 0 A 12 2F 19 A 30
Octal 206 170 156 0 12 22 57 31 12 60
Binary 10000110 1111000 1101110 0 1010 10010 101111 11001 1010 110000

Color Harmonies of #86786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86786E

Black with #86786E

Text Example


Text Example

White with #86786E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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