#86716C

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

Shades of Ferra #86716C

Tints of Ferra #86716C

Color information

#86716C (or 0x86716C) is unknown color: approx Ferra. HEX triplet: 86, 71 and 6C. RGB value is (134,113,108). Sum of RGB (Red+Green+Blue) = 134+113+108=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86716C is #798E93. Grayscale: #767676. Windows color (decimal): -7966356 or 7106950. OLE color: 7106950.

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

Color convert

RGB134113108-
CMYK00.160.190.47
HSL11.54º10.74%47.45%-
HSV(B)11.54º19.4%52.55%-
XYZ18.4417.9616.68-
YUV118.71121.96138.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=37.75%
G=31.83%
B=30.42%

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
Decimal13411310800.160.190.4711.5410.7447.45
Hex86716C010132Fcb2f
Octal2061611540202357141357
Binary10000110111000111011000100001001110111111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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