Html Css Color HEX #86715F Donkey Brown

📋 copy color: '#86715F'

red 134 ◦ green 113 ◦ blue 95

#86715F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #86715F

Tints of Donkey Brown #86715F

RGB

 RED value IS 134 (52.73% from 255) = 39.18%

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 39.18%
G = 33.04%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86715F (or 0x86715F) is known color: Donkey Brown. HEX triplet: 86, 71 and 5F. RGB value is (134,113,95). Sum of RGB (Red+Green+Blue) = 134+113+95=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86715F is #798EA0. Grayscale: #757575. Windows color (decimal): -7966369 or 6254982. OLE color: 6254982.

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

Color convert

RGB 134 113 95 -
CMYK 0 0.16 0.29 0.47
HSL 27.69º 0.17% 0.45% -
HSV(B) 27.69º 0.29% 0.53% -
XYZ 17.8 17.7 13.31 -
YUV 117.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 134 113 95 0 0.16 0.29 0.47 27.69 0.17 0.45
Hex 86 71 5F 0 10 1D 2F 1C 11 2D
Octal 206 161 137 0 20 35 57 34 21 55
Binary 10000110 1110001 1011111 0 10000 11101 101111 11100 10001 101101

Color Harmonies of #86715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86715F

Black with #86715F

Text Example


Text Example

White with #86715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86715F;
 }
 .AnyTagClassName
 {
   color: #86715F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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