Html Css Color HEX #86837C Friar Grey

📋 copy color: '#86837C'

red 134 ◦ green 131 ◦ blue 124

#86837C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #86837C

Tints of Friar Grey #86837C

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 value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86837C (or 0x86837C) is known color: 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

RGB 134 131 124 -
CMYK 0 0.02 0.07 0.47
HSL 42º 0.04% 0.51% -
HSV(B) 42º 0.07% 0.53% -
XYZ 21.59 22.76 22.32 -
YUV 131.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 134 131 124 0 0.02 0.07 0.47 42 0.04 0.51
Hex 86 83 7C 0 2 7 2F 2A 4 33
Octal 206 203 174 0 2 7 57 52 4 63
Binary 10000110 10000011 1111100 0 10 111 101111 101010 100 110011

Color Harmonies of #86837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86837C

Black with #86837C

Text Example


Text Example

White with #86837C

Text Example


Text Example

HTML Codes & Css Web 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>