#86837D

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

Shades of Concord #86837D

Tints of Concord #86837D

Color information

#86837D (or 0x86837D) is unknown color: approx Concord. HEX triplet: 86, 83 and 7D. RGB value is (134,131,125). Sum of RGB (Red+Green+Blue) = 134+131+125=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #86837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86837D is #797C82. Grayscale: #838383. Windows color (decimal): -7961731 or 8225670. OLE color: 8225670.

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

Color convert

RGB134131125-
CMYK00.020.070.47
HSL40º3.59%50.78%-
HSV(B)40º6.72%52.55%-
XYZ21.6522.7822.66-
YUV131.21124.49129.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=34.36%
G=33.59%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413112500.020.070.47403.5950.78
Hex86837D0272F28433
Octal2062031750275750463
Binary10000110100000111111101010111101111101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86837D; }

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

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

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

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

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

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

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

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