#86736F

Color #86736F Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #86736F

Tints of Ferra #86736F

Color information

#86736F (or 0x86736F) is unknown color: approx Ferra. HEX triplet: 86, 73 and 6F. RGB value is (134,115,111). Sum of RGB (Red+Green+Blue) = 134+115+111=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736F is #798C90. Grayscale: #787878. Windows color (decimal): -7965841 or 7304070. OLE color: 7304070.

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

Color convert

RGB134115111-
CMYK00.140.170.47
HSL10.43º9.39%48.04%-
HSV(B)10.43º17.16%52.55%-
XYZ18.8318.4817.61-
YUV120.22122.79137.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=37.22%
G=31.94%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411511100.140.170.4710.439.3948.04
Hex86736F0E112Fa930
Octal2061631570162157121160
Binary1000011011100111101111011101000110111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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