#86827C

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

Shades of Concord #86827C

Tints of Concord #86827C

Color information

#86827C (or 0x86827C) is unknown color: approx Concord. HEX triplet: 86, 82 and 7C. RGB value is (134,130,124). Sum of RGB (Red+Green+Blue) = 134+130+124=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 134 - color contains mainly: red. Hex color #86827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86827C is #797D83. Grayscale: #828282. Windows color (decimal): -7961988 or 8159878. OLE color: 8159878.

HSL color Cylindrical-coordinate representation of color #86827C: hue angle of 36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86827C is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134130124-
CMYK00.030.070.47
HSL36º3.97%50.59%-
HSV(B)36º7.46%52.55%-
XYZ21.4522.4922.28-
YUV130.51124.33130.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=34.54%
G=33.51%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413012400.030.070.47363.9750.59
Hex86827C0372F24433
Octal2062021740375744463
Binary10000110100000101111100011111101111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86827C; }

 p { color: rgb(134,130,124); }

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

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

 a { background-color: rgb(134,130,124); }

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

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

 span { border-color: rgb(134,130,124); }

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