#86706C

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

Shades of Ferra #86706C

Tints of Ferra #86706C

Color information

#86706C (or 0x86706C) is unknown color: approx Ferra. HEX triplet: 86, 70 and 6C. RGB value is (134,112,108). Sum of RGB (Red+Green+Blue) = 134+112+108=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #86706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86706C is #798F93. Grayscale: #767676. Windows color (decimal): -7966612 or 7106694. OLE color: 7106694.

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

Color convert

RGB134112108-
CMYK00.160.190.47
HSL9.23º10.74%47.45%-
HSV(B)9.23º19.4%52.55%-
XYZ18.3317.7416.65-
YUV118.12122.29139.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=37.85%
G=31.64%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411210800.160.190.479.2310.7447.45
Hex86706C010132F9b2f
Octal2061601540202357111357
Binary10000110111000011011000100001001110111110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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