#826F63

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

Shades of Donkey Brown #826F63

Tints of Donkey Brown #826F63

Color information

#826F63 (or 0x826F63) is unknown color: approx Donkey Brown. HEX triplet: 82, 6F and 63. RGB value is (130,111,99). Sum of RGB (Red+Green+Blue) = 130+111+99=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #826F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F63 is #7D909C. Grayscale: #737373. Windows color (decimal): -8229021 or 6516610. OLE color: 6516610.

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

Color convert

RGB13011199-
CMYK00.150.240.49
HSL23.23º13.54%44.9%-
HSV(B)23.23º23.85%50.98%-
XYZ17.1417.0214.19-
YUV115.31118.79138.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=38.24%
G=32.65%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301119900.150.240.4923.2313.5444.9
Hex826F630F183117e2d
Octal2021571430173061271655
Binary10000010110111111000110111111000110001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,99); }

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

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

 a { background-color: rgb(130,111,99); }

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

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

 span { border-color: rgb(130,111,99); }

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