#867E73

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

Shades of Concord #867E73

Tints of Concord #867E73

Color information

#867E73 (or 0x867E73) is unknown color: approx Concord. HEX triplet: 86, 7E and 73. RGB value is (134,126,115). Sum of RGB (Red+Green+Blue) = 134+126+115=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #867E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E73 is #79818C. Grayscale: #7F7F7F. Windows color (decimal): -7963021 or 7569030. OLE color: 7569030.

HSL color Cylindrical-coordinate representation of color #867E73: hue angle of 34.74º 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 #867E73 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB134126115-
CMYK00.060.140.47
HSL34.74º7.63%48.82%-
HSV(B)34.74º14.18%52.55%-
XYZ20.3921.2319.24-
YUV127.14121.15132.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=35.73%
G=33.6%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412611500.060.140.4734.747.6348.82
Hex867E7306E2F23831
Octal206176163061657431061
Binary1000011011111101110011011011101011111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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