Html Css Color HEX #867970 Americano

📋 copy color: '#867970'

red 134 ◦ green 121 ◦ blue 112

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

Shades of Americano #867970

Tints of Americano #867970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 36.51%
G = 32.97%
B = 30.52%

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

#867970 (or 0x867970) is known color: Americano. HEX triplet: 86, 79 and 70. RGB value is (134,121,112). Sum of RGB (Red+Green+Blue) = 134+121+112=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867970 is #79868F. Grayscale: #7B7B7B. Windows color (decimal): -7964304 or 7371142. OLE color: 7371142.

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

Color convert

RGB 134 121 112 -
CMYK 0 0.10 0.16 0.47
HSL 24.55º 0.09% 0.48% -
HSV(B) 24.55º 0.16% 0.53% -
XYZ 19.59 19.91 18.14 -
YUV 123.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 134 121 112 0 0.10 0.16 0.47 24.55 0.09 0.48
Hex 86 79 70 0 A 10 2F 19 9 30
Octal 206 171 160 0 12 20 57 31 11 60
Binary 10000110 1111001 1110000 0 1010 10000 101111 11001 1001 110000

Color Harmonies of #867970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867970

Black with #867970

Text Example


Text Example

White with #867970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867970; }

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

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

background-color css

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

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

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

border-color css

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

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

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