#867D70

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

Shades of Concord #867D70

Tints of Concord #867D70

Color information

#867D70 (or 0x867D70) is unknown color: approx Concord. HEX triplet: 86, 7D and 70. RGB value is (134,125,112). Sum of RGB (Red+Green+Blue) = 134+125+112=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #867D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D70 is #79828F. Grayscale: #7E7E7E. Windows color (decimal): -7963280 or 7372166. OLE color: 7372166.

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

Color convert

RGB134125112-
CMYK00.070.160.47
HSL35.45º8.94%48.24%-
HSV(B)35.45º16.42%52.55%-
XYZ20.0920.9118.31-
YUV126.21119.98133.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=36.12%
G=33.69%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412511200.070.160.4735.458.9448.24
Hex867D7007102F23930
Octal206175160072057431160
Binary10000110111110111100000111100001011111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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