#86511F

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

Shades of Russet #86511F

Tints of Russet #86511F

Color information

#86511F (or 0x86511F) is unknown color: approx Russet. HEX triplet: 86, 51 and 1F. RGB value is (134,81,31). Sum of RGB (Red+Green+Blue) = 134+81+31=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86511F is #79AEE0. Grayscale: #5B5B5B. Windows color (decimal): -7974625 or 2052486. OLE color: 2052486.

HSL color Cylindrical-coordinate representation of color #86511F: hue angle of 29.13º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86511F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1348131-
CMYK00.400.770.47
HSL29.13º62.42%32.35%-
HSV(B)29.13º76.87%52.55%-
XYZ13.0211.052.74-
YUV91.1594.06158.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=54.47%
G=32.93%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134813100.400.770.4729.1362.4232.35
Hex86511F0284D2F1d3e20
Octal2061213705011557357640
Binary100001101010001111110101000100110110111111101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,81,31); }

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

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

 a { background-color: rgb(134,81,31); }

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

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

 span { border-color: rgb(134,81,31); }

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