#826E61

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

Shades of Donkey Brown #826E61

Tints of Donkey Brown #826E61

Color information

#826E61 (or 0x826E61) is unknown color: approx Donkey Brown. HEX triplet: 82, 6E and 61. RGB value is (130,110,97). Sum of RGB (Red+Green+Blue) = 130+110+97=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #826E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E61 is #7D919E. Grayscale: #727272. Windows color (decimal): -8229279 or 6385282. OLE color: 6385282.

HSL color Cylindrical-coordinate representation of color #826E61: hue angle of 23.64º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826E61 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13011097-
CMYK00.150.250.49
HSL23.64º14.54%44.51%-
HSV(B)23.64º25.38%50.98%-
XYZ16.9416.7613.65-
YUV114.5118.13139.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=38.58%
G=32.64%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301109700.150.250.4923.6414.5444.51
Hex826E610F193118f2d
Octal2021561410173161301755
Binary10000010110111011000010111111001110001110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E61; }

 p { color: rgb(130,110,97); }

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

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

 a { background-color: rgb(130,110,97); }

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

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

 span { border-color: rgb(130,110,97); }

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