#86706A

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

Shades of Ferra #86706A

Tints of Ferra #86706A

Color information

#86706A (or 0x86706A) is unknown color: approx Ferra. HEX triplet: 86, 70 and 6A. RGB value is (134,112,106). Sum of RGB (Red+Green+Blue) = 134+112+106=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #86706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86706A is #798F95. Grayscale: #757575. Windows color (decimal): -7966614 or 6975622. OLE color: 6975622.

HSL color Cylindrical-coordinate representation of color #86706A: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86706A is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB134112106-
CMYK00.160.210.47
HSL12.86º11.67%47.06%-
HSV(B)12.86º20.9%52.55%-
XYZ18.2317.716.09-
YUV117.89121.29139.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=38.07%
G=31.82%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411210600.160.210.4712.8611.6747.06
Hex86706A010152Fdc2f
Octal2061601520202557151457
Binary10000110111000011010100100001010110111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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