#807065

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

Shades of Donkey Brown #807065

Tints of Donkey Brown #807065

Color information

#807065 (or 0x807065) is unknown color: approx Donkey Brown. HEX triplet: 80, 70 and 65. RGB value is (128,112,101). Sum of RGB (Red+Green+Blue) = 128+112+101=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807065 is #7F8F9A. Grayscale: #737373. Windows color (decimal): -8359835 or 6647936. OLE color: 6647936.

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

Color convert

RGB128112101-
CMYK00.120.210.50
HSL24.44º11.79%44.9%-
HSV(B)24.44º21.09%50.2%-
XYZ17.0517.1214.72-
YUV115.53119.8136.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=37.54%
G=32.84%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811210100.120.210.5024.4411.7944.9
Hex8070650C153218c2d
Octal2001601450142562301455
Binary10000000111000011001010110010101110010110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807065; }

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

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

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

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

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

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

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

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