#86725F

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

Shades of Donkey Brown #86725F

Tints of Donkey Brown #86725F

Color information

#86725F (or 0x86725F) is unknown color: approx Donkey Brown. HEX triplet: 86, 72 and 5F. RGB value is (134,114,95). Sum of RGB (Red+Green+Blue) = 134+114+95=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725F is #798DA0. Grayscale: #757575. Windows color (decimal): -7966113 or 6255238. OLE color: 6255238.

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

Color convert

RGB13411495-
CMYK00.150.290.47
HSL29.23º17.03%44.9%-
HSV(B)29.23º29.1%52.55%-
XYZ17.9117.9313.34-
YUV117.81115.13139.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=39.07%
G=33.24%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341149500.150.290.4729.2317.0344.9
Hex86725F0F1D2F1d112d
Octal2061621370173557352155
Binary100001101110010101111101111111011011111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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