#806D60

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

Shades of Donkey Brown #806D60

Tints of Donkey Brown #806D60

Color information

#806D60 (or 0x806D60) is unknown color: approx Donkey Brown. HEX triplet: 80, 6D and 60. RGB value is (128,109,96). Sum of RGB (Red+Green+Blue) = 128+109+96=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #806D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D60 is #7F929F. Grayscale: #717171. Windows color (decimal): -8360608 or 6319488. OLE color: 6319488.

HSL color Cylindrical-coordinate representation of color #806D60: hue angle of 24.37º 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 #806D60 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12810996-
CMYK00.150.250.50
HSL24.37º14.29%43.92%-
HSV(B)24.37º25%50.2%-
XYZ16.4816.3713.36-
YUV113.2118.29138.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=38.44%
G=32.73%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281099600.150.250.5024.3714.2943.92
Hex806D600F193218e2c
Octal2001551400173162301654
Binary10000000110110111000000111111001110010110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D60; }

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

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

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

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

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

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

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

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