#868072

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

Shades of Concord #868072

Tints of Concord #868072

Color information

#868072 (or 0x868072) is unknown color: approx Concord. HEX triplet: 86, 80 and 72. RGB value is (134,128,114). Sum of RGB (Red+Green+Blue) = 134+128+114=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #868072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868072 is #797F8D. Grayscale: #808080. Windows color (decimal): -7962510 or 7504006. OLE color: 7504006.

HSL color Cylindrical-coordinate representation of color #868072: hue angle of 42º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868072 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB134128114-
CMYK00.040.150.47
HSL42º8.06%48.63%-
HSV(B)42º14.93%52.55%-
XYZ20.5921.7219.03-
YUV128.2119.99132.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=35.64%
G=34.04%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412811400.040.150.47428.0648.63
Hex86807204F2F2a831
Octal206200162041757521061
Binary10000110100000001110010010011111011111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868072; }

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

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

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

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

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

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

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

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