#867064

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

Shades of Donkey Brown #867064

Tints of Donkey Brown #867064

Color information

#867064 (or 0x867064) is unknown color: approx Donkey Brown. HEX triplet: 86, 70 and 64. RGB value is (134,112,100). Sum of RGB (Red+Green+Blue) = 134+112+100=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867064 is #798F9B. Grayscale: #757575. Windows color (decimal): -7966620 or 6582406. OLE color: 6582406.

HSL color Cylindrical-coordinate representation of color #867064: hue angle of 21.18º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867064 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134112100-
CMYK00.160.250.47
HSL21.18º14.53%45.88%-
HSV(B)21.18º25.37%52.55%-
XYZ17.9317.5814.5-
YUV117.21118.29139.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=38.73%
G=32.37%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411210000.160.250.4721.1814.5345.88
Hex867064010192F15f2e
Octal2061601440203157251756
Binary100001101110000110010001000011001101111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867064; }

 p { color: rgb(134,112,100); }

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

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

 a { background-color: rgb(134,112,100); }

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

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

 span { border-color: rgb(134,112,100); }

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