#867B6E

Color #867B6E Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #867B6E

Tints of Americano #867B6E

Color information

#867B6E (or 0x867B6E) is unknown color: approx Americano. HEX triplet: 86, 7B and 6E. RGB value is (134,123,110). Sum of RGB (Red+Green+Blue) = 134+123+110=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B6E is #798491. Grayscale: #7C7C7C. Windows color (decimal): -7963794 or 7240582. OLE color: 7240582.

HSL color Cylindrical-coordinate representation of color #867B6E: hue angle of 32.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 #867B6E is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB134123110-
CMYK00.080.180.47
HSL32.5º9.84%47.84%-
HSV(B)32.5º17.91%52.55%-
XYZ19.7320.3617.64-
YUV124.81119.64134.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=36.51%
G=33.51%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412311000.080.180.4732.59.8447.84
Hex867B6E08122F20a30
Octal2061731560102257401260
Binary100001101111011110111001000100101011111000001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #867B6E;
 }
 .AnyTagClassName
 {
   color: #867B6E;
 }
</style>
background-color css

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

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

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

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

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

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