Html Css Color HEX #86736D Ferra

📋 copy color: '#86736D'

red 134 ◦ green 115 ◦ blue 109

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

Shades of Ferra #86736D

Tints of Ferra #86736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 37.43%
G = 32.12%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86736D (or 0x86736D) is known color: Ferra. HEX triplet: 86, 73 and 6D. RGB value is (134,115,109). Sum of RGB (Red+Green+Blue) = 134+115+109=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736D is #798C92. Grayscale: #787878. Windows color (decimal): -7965843 or 7172998. OLE color: 7172998.

HSL color Cylindrical-coordinate representation of color #86736D: hue angle of 14.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86736D is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 109 -
CMYK 0 0.14 0.19 0.47
HSL 14.4º 0.1% 0.48% -
HSV(B) 14.4º 0.19% 0.53% -
XYZ 18.72 18.43 17.04 -
YUV 120 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 134 115 109 0 0.14 0.19 0.47 14.4 0.1 0.48
Hex 86 73 6D 0 E 13 2F E A 30
Octal 206 163 155 0 16 23 57 16 12 60
Binary 10000110 1110011 1101101 0 1110 10011 101111 1110 1010 110000

Color Harmonies of #86736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86736D

Black with #86736D

Text Example


Text Example

White with #86736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,115,109); }

 H1.HeaderClassName
 {
   color: #86736D;
 }
 .AnyTagClassName
 {
   color: #86736D;
 }
</style>

background-color css

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

 a { background-color: rgb(134,115,109); }

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

border-color css

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

 span { border-color: rgb(134,115,109); }

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