#86725E

Color #86725E Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #86725E

Tints of Donkey Brown #86725E

Color information

#86725E (or 0x86725E) is unknown color: approx Donkey Brown. HEX triplet: 86, 72 and 5E. RGB value is (134,114,94). Sum of RGB (Red+Green+Blue) = 134+114+94=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725E is #798DA1. Grayscale: #757575. Windows color (decimal): -7966114 or 6189702. OLE color: 6189702.

HSL color Cylindrical-coordinate representation of color #86725E: hue angle of 30º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86725E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13411494-
CMYK00.150.300.47
HSL30º17.54%44.71%-
HSV(B)30º29.85%52.55%-
XYZ17.8717.9113.11-
YUV117.7114.63139.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=39.18%
G=33.33%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341149400.150.300.473017.5444.71
Hex86725E0F1E2F1e122d
Octal2061621360173657362255
Binary100001101110010101111001111111101011111111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86725E; }

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

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

<style>
 a { background-color: #86725E; }

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

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

<style>
 span { border-color: #86725E; }

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

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