#86736E

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

Shades of Ferra #86736E

Tints of Ferra #86736E

Color information

#86736E (or 0x86736E) is unknown color: approx Ferra. HEX triplet: 86, 73 and 6E. RGB value is (134,115,110). Sum of RGB (Red+Green+Blue) = 134+115+110=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736E is #798C91. Grayscale: #787878. Windows color (decimal): -7965842 or 7238534. OLE color: 7238534.

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

Color convert

RGB134115110-
CMYK00.140.180.47
HSL12.5º9.84%47.84%-
HSV(B)12.5º17.91%52.55%-
XYZ18.7818.4617.32-
YUV120.11122.29137.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=37.33%
G=32.03%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411511000.140.180.4712.59.8447.84
Hex86736E0E122Fca30
Octal2061631560162257141260
Binary1000011011100111101110011101001010111111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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