#86726F

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

Shades of Ferra #86726F

Tints of Ferra #86726F

Color information

#86726F (or 0x86726F) is unknown color: approx Ferra. HEX triplet: 86, 72 and 6F. RGB value is (134,114,111). Sum of RGB (Red+Green+Blue) = 134+114+111=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86726F is #798D90. Grayscale: #777777. Windows color (decimal): -7966097 or 7303814. OLE color: 7303814.

HSL color Cylindrical-coordinate representation of color #86726F: hue angle of 7.83º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86726F is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134114111-
CMYK00.150.170.47
HSL7.83º9.39%48.04%-
HSV(B)7.83º17.16%52.55%-
XYZ18.7218.2517.58-
YUV119.64123.13138.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=37.33%
G=31.75%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411411100.150.170.477.839.3948.04
Hex86726F0F112F8930
Octal2061621570172157101160
Binary1000011011100101101111011111000110111110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86726F; }

 p { color: rgb(134,114,111); }

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

<style>
 a { background-color: #86726F; }

 a { background-color: rgb(134,114,111); }

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

<style>
 span { border-color: #86726F; }

 span { border-color: rgb(134,114,111); }

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