#816D61

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

Shades of Donkey Brown #816D61

Tints of Donkey Brown #816D61

Color information

#816D61 (or 0x816D61) is unknown color: approx Donkey Brown. HEX triplet: 81, 6D and 61. RGB value is (129,109,97). Sum of RGB (Red+Green+Blue) = 129+109+97=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #816D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D61 is #7E929E. Grayscale: #717171. Windows color (decimal): -8295071 or 6385025. OLE color: 6385025.

HSL color Cylindrical-coordinate representation of color #816D61: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816D61 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB12910997-
CMYK00.160.250.49
HSL22.5º14.16%44.31%-
HSV(B)22.5º24.81%50.59%-
XYZ16.6816.4713.61-
YUV113.61118.63138.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=38.51%
G=32.54%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291099700.160.250.4922.514.1644.31
Hex816D61010193116e2c
Octal2011551410203161261654
Binary100000011101101110000101000011001110001101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816D61; }

 p { color: rgb(129,109,97); }

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

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

 a { background-color: rgb(129,109,97); }

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

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

 span { border-color: rgb(129,109,97); }

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