#826E60

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

Shades of Donkey Brown #826E60

Tints of Donkey Brown #826E60

Color information

#826E60 (or 0x826E60) is unknown color: approx Donkey Brown. HEX triplet: 82, 6E and 60. RGB value is (130,110,96). Sum of RGB (Red+Green+Blue) = 130+110+96=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #826E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E60 is #7D919F. Grayscale: #727272. Windows color (decimal): -8229280 or 6319746. OLE color: 6319746.

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

Color convert

RGB13011096-
CMYK00.150.260.49
HSL24.71º15.04%44.31%-
HSV(B)24.71º26.15%50.98%-
XYZ16.8916.7413.41-
YUV114.38117.63139.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=38.69%
G=32.74%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301109600.150.260.4924.7115.0444.31
Hex826E600F1A3119f2c
Octal2021561400173261311754
Binary10000010110111011000000111111010110001110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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