Html Css Color HEX #86796E Americano

📋 copy color: '#86796E'

red 134 ◦ green 121 ◦ blue 110

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

Shades of Americano #86796E

Tints of Americano #86796E

RGB

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

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

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

R = 36.71%
G = 33.15%
B = 30.14%

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

#86796E (or 0x86796E) is known color: Americano. HEX triplet: 86, 79 and 6E. RGB value is (134,121,110). Sum of RGB (Red+Green+Blue) = 134+121+110=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #86796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86796E is #798691. Grayscale: #7B7B7B. Windows color (decimal): -7964306 or 7240070. OLE color: 7240070.

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

Color convert

RGB 134 121 110 -
CMYK 0 0.10 0.18 0.47
HSL 27.5º 0.1% 0.48% -
HSV(B) 27.5º 0.18% 0.53% -
XYZ 19.48 19.87 17.56 -
YUV 123.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 134 121 110 0 0.10 0.18 0.47 27.5 0.1 0.48
Hex 86 79 6E 0 A 12 2F 1C A 30
Octal 206 171 156 0 12 22 57 34 12 60
Binary 10000110 1111001 1101110 0 1010 10010 101111 11100 1010 110000

Color Harmonies of #86796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86796E

Black with #86796E

Text Example


Text Example

White with #86796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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