#86706E

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

Shades of Ferra #86706E

Tints of Ferra #86706E

Color information

#86706E (or 0x86706E) is unknown color: approx Ferra. HEX triplet: 86, 70 and 6E. RGB value is (134,112,110). Sum of RGB (Red+Green+Blue) = 134+112+110=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86706E is #798F91. Grayscale: #767676. Windows color (decimal): -7966610 or 7237766. OLE color: 7237766.

HSL color Cylindrical-coordinate representation of color #86706E: hue angle of 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 #86706E is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB134112110-
CMYK00.160.180.47
HSL9.84%47.84%-
HSV(B)17.91%52.55%-
XYZ18.4417.7817.21-
YUV118.35123.29139.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=37.64%
G=31.46%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411211000.160.180.4759.8447.84
Hex86706E010122F5a30
Octal206160156020225751260
Binary1000011011100001101110010000100101011111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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