#86837C

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

Shades of Friar Grey #86837C

Tints of Friar Grey #86837C

Color information

#86837C (or 0x86837C) is unknown color: approx Friar Grey. HEX triplet: 86, 83 and 7C. RGB value is (134,131,124). Sum of RGB (Red+Green+Blue) = 134+131+124=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 134 - color contains mainly: red. Hex color #86837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86837C is #797C83. Grayscale: #838383. Windows color (decimal): -7961732 or 8160134. OLE color: 8160134.

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

Color convert

RGB134131124-
CMYK00.020.070.47
HSL42º3.97%50.59%-
HSV(B)42º7.46%52.55%-
XYZ21.5922.7622.32-
YUV131.1123.99130.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=34.45%
G=33.68%
B=31.88%

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
Decimal13413112400.020.070.47423.9750.59
Hex86837C0272F2a433
Octal2062031740275752463
Binary10000110100000111111100010111101111101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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