#807064

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

Shades of Donkey Brown #807064

Tints of Donkey Brown #807064

Color information

#807064 (or 0x807064) is unknown color: approx Donkey Brown. HEX triplet: 80, 70 and 64. RGB value is (128,112,100). Sum of RGB (Red+Green+Blue) = 128+112+100=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #807064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807064 is #7F8F9B. Grayscale: #737373. Windows color (decimal): -8359836 or 6582400. OLE color: 6582400.

HSL color Cylindrical-coordinate representation of color #807064: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807064 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB128112100-
CMYK00.120.220.50
HSL25.71º12.28%44.71%-
HSV(B)25.71º21.88%50.2%-
XYZ1717.114.46-
YUV115.42119.3136.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=37.65%
G=32.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811210000.120.220.5025.7112.2844.71
Hex8070640C16321ac2d
Octal2001601440142662321455
Binary10000000111000011001000110010110110010110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807064; }

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

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

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

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

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

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

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

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