Html Css Color HEX #836B56 Donkey Brown

📋 copy color: '#836B56'

red 131 ◦ green 107 ◦ blue 86

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

Shades of Donkey Brown #836B56

Tints of Donkey Brown #836B56

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 value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#836B56 (or 0x836B56) is known color: 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

RGB 131 107 86 -
CMYK 0 0.18 0.34 0.49
HSL 28º 0.21% 0.43% -
HSV(B) 28º 0.34% 0.51% -
XYZ 16.3 16.01 11.04 -
YUV 111.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 131 107 86 0 0.18 0.34 0.49 28 0.21 0.43
Hex 83 6B 56 0 12 22 31 1C 15 2B
Octal 203 153 126 0 22 42 61 34 25 53
Binary 10000011 1101011 1010110 0 10010 100010 110001 11100 10101 101011

Color Harmonies of #836B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836B56

Black with #836B56

Text Example


Text Example

White with #836B56

Text Example


Text Example

HTML Codes & Css Web 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>