#816F61

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

Shades of Donkey Brown #816F61

Tints of Donkey Brown #816F61

Color information

#816F61 (or 0x816F61) is unknown color: approx Donkey Brown. HEX triplet: 81, 6F and 61. RGB value is (129,111,97). Sum of RGB (Red+Green+Blue) = 129+111+97=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F61 is #7E909E. Grayscale: #727272. Windows color (decimal): -8294559 or 6385537. OLE color: 6385537.

HSL color Cylindrical-coordinate representation of color #816F61: hue angle of 26.25º 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 #816F61 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB12911197-
CMYK00.140.250.49
HSL26.25º14.16%44.31%-
HSV(B)26.25º24.81%50.59%-
XYZ16.916.913.68-
YUV114.79117.96138.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=38.28%
G=32.94%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291119700.140.250.4926.2514.1644.31
Hex816F610E19311ae2c
Octal2011571410163161321654
Binary10000001110111111000010111011001110001110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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