Html Css Color HEX #826C56 Donkey Brown

📋 copy color: '#826C56'

red 130 ◦ green 108 ◦ blue 86

#826C56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #826C56

Tints of Donkey Brown #826C56

RGB

 RED value IS 130 (51.17% from 255) = 40.12%

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 40.12%
G = 33.33%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#826C56 (or 0x826C56) is known color: Donkey Brown. HEX triplet: 82, 6C and 56. RGB value is (130,108,86). Sum of RGB (Red+Green+Blue) = 130+108+86=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #826C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C56 is #7D93A9. Grayscale: #707070. Windows color (decimal): -8229802 or 5663874. OLE color: 5663874.

HSL color Cylindrical-coordinate representation of color #826C56: hue angle of 30º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #826C56 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 108 86 -
CMYK 0 0.17 0.34 0.49
HSL 30º 0.2% 0.42% -
HSV(B) 30º 0.34% 0.51% -
XYZ 16.25 16.14 11.06 -
YUV 112.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 130 108 86 0 0.17 0.34 0.49 30 0.2 0.42
Hex 82 6C 56 0 11 22 31 1E 14 2A
Octal 202 154 126 0 21 42 61 36 24 52
Binary 10000010 1101100 1010110 0 10001 100010 110001 11110 10100 101010

Color Harmonies of #826C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C56

Black with #826C56

Text Example


Text Example

White with #826C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,108,86); }

 H1.HeaderClassName
 {
   color: #826C56;
 }
 .AnyTagClassName
 {
   color: #826C56;
 }
</style>

background-color css

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

 a { background-color: rgb(130,108,86); }

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

border-color css

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

 span { border-color: rgb(130,108,86); }

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