#826F62

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

Shades of Donkey Brown #826F62

Tints of Donkey Brown #826F62

Color information

#826F62 (or 0x826F62) is unknown color: approx Donkey Brown. HEX triplet: 82, 6F and 62. RGB value is (130,111,98). Sum of RGB (Red+Green+Blue) = 130+111+98=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #826F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F62 is #7D909D. Grayscale: #737373. Windows color (decimal): -8229022 or 6451074. OLE color: 6451074.

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

Color convert

RGB13011198-
CMYK00.150.250.49
HSL24.37º14.04%44.71%-
HSV(B)24.37º24.62%50.98%-
XYZ17.091713.93-
YUV115.2118.29138.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=38.35%
G=32.74%
B=28.91%

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
Decimal1301119800.150.250.4924.3714.0444.71
Hex826F620F193118e2d
Octal2021571420173161301655
Binary10000010110111111000100111111001110001110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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