Html Css Color HEX #86796D Americano

📋 copy color: '#86796D'

red 134 ◦ green 121 ◦ blue 109

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

Shades of Americano #86796D

Tints of Americano #86796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

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

R = 36.81%
G = 33.24%
B = 29.95%

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

#86796D (or 0x86796D) is known color: Americano. HEX triplet: 86, 79 and 6D. RGB value is (134,121,109). Sum of RGB (Red+Green+Blue) = 134+121+109=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #86796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86796D is #798692. Grayscale: #7B7B7B. Windows color (decimal): -7964307 or 7174534. OLE color: 7174534.

HSL color Cylindrical-coordinate representation of color #86796D: hue angle of 28.8º 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 #86796D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 109 -
CMYK 0 0.10 0.19 0.47
HSL 28.8º 0.1% 0.48% -
HSV(B) 28.8º 0.19% 0.53% -
XYZ 19.43 19.85 17.27 -
YUV 123.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 134 121 109 0 0.10 0.19 0.47 28.8 0.1 0.48
Hex 86 79 6D 0 A 13 2F 1D A 30
Octal 206 171 155 0 12 23 57 35 12 60
Binary 10000110 1111001 1101101 0 1010 10011 101111 11101 1010 110000

Color Harmonies of #86796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86796D

Black with #86796D

Text Example


Text Example

White with #86796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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