#868071

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

Shades of Concord #868071

Tints of Concord #868071

Color information

#868071 (or 0x868071) is unknown color: approx Concord. HEX triplet: 86, 80 and 71. RGB value is (134,128,113). Sum of RGB (Red+Green+Blue) = 134+128+113=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #868071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868071 is #797F8E. Grayscale: #808080. Windows color (decimal): -7962511 or 7438470. OLE color: 7438470.

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

Color convert

RGB134128113-
CMYK00.040.160.47
HSL42.86º8.5%48.43%-
HSV(B)42.86º15.67%52.55%-
XYZ20.5321.718.73-
YUV128.08119.49132.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=35.73%
G=34.13%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412811300.040.160.4742.868.548.43
Hex86807104102F2b930
Octal206200161042057531160
Binary100001101000000011100010100100001011111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868071; }

 p { color: rgb(134,128,113); }

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

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

 a { background-color: rgb(134,128,113); }

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

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

 span { border-color: rgb(134,128,113); }

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