Html Css Color HEX #86837B Friar Grey

📋 copy color: '#86837B'

red 134 ◦ green 131 ◦ blue 123

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

Shades of Friar Grey #86837B

Tints of Friar Grey #86837B

RGB

 RED value IS 134 (52.73% from 255) = 34.54%

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 34.54%
G = 33.76%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86837B (or 0x86837B) is known color: Friar Grey. HEX triplet: 86, 83 and 7B. RGB value is (134,131,123). Sum of RGB (Red+Green+Blue) = 134+131+123=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 134 - color contains mainly: red. Hex color #86837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86837B is #797C84. Grayscale: #838383. Windows color (decimal): -7961733 or 8094598. OLE color: 8094598.

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

Color convert

RGB 134 131 123 -
CMYK 0 0.02 0.08 0.47
HSL 43.64º 0.04% 0.5% -
HSV(B) 43.64º 0.08% 0.53% -
XYZ 21.52 22.73 21.99 -
YUV 130.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 134 131 123 0 0.02 0.08 0.47 43.64 0.04 0.5
Hex 86 83 7B 0 2 8 2F 2C 4 32
Octal 206 203 173 0 2 10 57 54 4 62
Binary 10000110 10000011 1111011 0 10 1000 101111 101100 100 110010

Color Harmonies of #86837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86837B

Black with #86837B

Text Example


Text Example

White with #86837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86837B;
 }
 .AnyTagClassName
 {
   color: #86837B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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