#867E70

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

Shades of Concord #867E70

Tints of Concord #867E70

Color information

#867E70 (or 0x867E70) is unknown color: approx Concord. HEX triplet: 86, 7E and 70. RGB value is (134,126,112). Sum of RGB (Red+Green+Blue) = 134+126+112=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #867E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E70 is #79818F. Grayscale: #7E7E7E. Windows color (decimal): -7963024 or 7372422. OLE color: 7372422.

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

Color convert

RGB134126112-
CMYK00.060.160.47
HSL38.18º8.94%48.24%-
HSV(B)38.18º16.42%52.55%-
XYZ20.2221.1618.35-
YUV126.8119.65133.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=36.02%
G=33.87%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412611200.060.160.4738.188.9448.24
Hex867E7006102F26930
Octal206176160062057461160
Binary10000110111111011100000110100001011111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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