#807060

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

Shades of Donkey Brown #807060

Tints of Donkey Brown #807060

Color information

#807060 (or 0x807060) is unknown color: approx Donkey Brown. HEX triplet: 80, 70 and 60. RGB value is (128,112,96). Sum of RGB (Red+Green+Blue) = 128+112+96=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #807060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807060 is #7F8F9F. Grayscale: #737373. Windows color (decimal): -8359840 or 6320256. OLE color: 6320256.

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

Color convert

RGB12811296-
CMYK00.120.250.50
HSL30º14.29%43.92%-
HSV(B)30º25%50.2%-
XYZ16.8117.0213.47-
YUV114.96117.3137.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281129600.120.250.503014.2943.92
Hex8070600C19321ee2c
Octal2001601400143162361654
Binary10000000111000011000000110011001110010111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807060; }

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

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

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

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

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

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

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

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