Html Css Color HEX #867C71 Americano

📋 copy color: '#867C71'

red 134 ◦ green 124 ◦ blue 113

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

Shades of Americano #867C71

Tints of Americano #867C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 36.12%
G = 33.42%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867C71 (or 0x867C71) is known color: Americano. HEX triplet: 86, 7C and 71. RGB value is (134,124,113). Sum of RGB (Red+Green+Blue) = 134+124+113=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #867C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C71 is #79838E. Grayscale: #7D7D7D. Windows color (decimal): -7963535 or 7437446. OLE color: 7437446.

HSL color Cylindrical-coordinate representation of color #867C71: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867C71 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 113 -
CMYK 0 0.07 0.16 0.47
HSL 31.43º 0.09% 0.48% -
HSV(B) 31.43º 0.16% 0.53% -
XYZ 20.02 20.68 18.56 -
YUV 125.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 134 124 113 0 0.07 0.16 0.47 31.43 0.09 0.48
Hex 86 7C 71 0 7 10 2F 1F 9 30
Octal 206 174 161 0 7 20 57 37 11 60
Binary 10000110 1111100 1110001 0 111 10000 101111 11111 1001 110000

Color Harmonies of #867C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C71

Black with #867C71

Text Example


Text Example

White with #867C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,113); }

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

background-color css

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

 a { background-color: rgb(134,124,113); }

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

border-color css

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

 span { border-color: rgb(134,124,113); }

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