#836B56

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

Shades of Donkey Brown #836B56

Tints of Donkey Brown #836B56

Color information

#836B56 (or 0x836B56) is unknown color: approx Donkey Brown. HEX triplet: 83, 6B and 56. RGB value is (131,107,86). Sum of RGB (Red+Green+Blue) = 131+107+86=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #836B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B56 is #7C94A9. Grayscale: #6F6F6F. Windows color (decimal): -8164522 or 5663619. OLE color: 5663619.

HSL color Cylindrical-coordinate representation of color #836B56: hue angle of 28º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #836B56 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB13110786-
CMYK00.180.340.49
HSL28º20.74%42.55%-
HSV(B)28º34.35%51.37%-
XYZ16.316.0111.04-
YUV111.78113.45141.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=40.43%
G=33.02%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311078600.180.340.492820.7442.55
Hex836B5601222311c152b
Octal2031531260224261342553
Binary10000011110101110101100100101000101100011110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836B56; }

 p { color: rgb(131,107,86); }

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

<style>
 a { background-color: #836B56; }

 a { background-color: rgb(131,107,86); }

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

<style>
 span { border-color: #836B56; }

 span { border-color: rgb(131,107,86); }

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