Html Css Color HEX #867D73 Americano

📋 copy color: '#867D73'

red 134 ◦ green 125 ◦ blue 115

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

Shades of Americano #867D73

Tints of Americano #867D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 35.83%
G = 33.42%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#867D73 (or 0x867D73) is known color: Americano. HEX triplet: 86, 7D and 73. RGB value is (134,125,115). Sum of RGB (Red+Green+Blue) = 134+125+115=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #867D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D73 is #79828C. Grayscale: #7E7E7E. Windows color (decimal): -7963277 or 7568774. OLE color: 7568774.

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

Color convert

RGB 134 125 115 -
CMYK 0 0.07 0.14 0.47
HSL 31.58º 0.08% 0.49% -
HSV(B) 31.58º 0.14% 0.53% -
XYZ 20.26 20.97 19.2 -
YUV 126.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 134 125 115 0 0.07 0.14 0.47 31.58 0.08 0.49
Hex 86 7D 73 0 7 E 2F 20 8 31
Octal 206 175 163 0 7 16 57 40 10 61
Binary 10000110 1111101 1110011 0 111 1110 101111 100000 1000 110001

Color Harmonies of #867D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D73

Black with #867D73

Text Example


Text Example

White with #867D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,125,115); }

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

background-color css

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

 a { background-color: rgb(134,125,115); }

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

border-color css

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

 span { border-color: rgb(134,125,115); }

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