Html Css Color HEX #867971 Americano

📋 copy color: '#867971'

red 134 ◦ green 121 ◦ blue 113

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

Shades of Americano #867971

Tints of Americano #867971

RGB

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

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

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

R = 36.41%
G = 32.88%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867971 (or 0x867971) is known color: Americano. HEX triplet: 86, 79 and 71. RGB value is (134,121,113). Sum of RGB (Red+Green+Blue) = 134+121+113=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867971 is #79868E. Grayscale: #7C7C7C. Windows color (decimal): -7964303 or 7436678. OLE color: 7436678.

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

Color convert

RGB 134 121 113 -
CMYK 0 0.10 0.16 0.47
HSL 22.86º 0.09% 0.48% -
HSV(B) 22.86º 0.16% 0.53% -
XYZ 19.65 19.94 18.44 -
YUV 123.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 134 121 113 0 0.10 0.16 0.47 22.86 0.09 0.48
Hex 86 79 71 0 A 10 2F 17 9 30
Octal 206 171 161 0 12 20 57 27 11 60
Binary 10000110 1111001 1110001 0 1010 10000 101111 10111 1001 110000

Color Harmonies of #867971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867971

Black with #867971

Text Example


Text Example

White with #867971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867971; }

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

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

background-color css

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

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

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

border-color css

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

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

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