Html Css Color HEX #836C56 Donkey Brown

📋 copy color: '#836C56'

red 131 ◦ green 108 ◦ blue 86

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

Shades of Donkey Brown #836C56

Tints of Donkey Brown #836C56

RGB

 RED value IS 131 (51.56% from 255) = 40.31%

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

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

R = 40.31%
G = 33.23%
B = 26.46%

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

#836C56 (or 0x836C56) is known color: Donkey Brown. HEX triplet: 83, 6C and 56. RGB value is (131,108,86). Sum of RGB (Red+Green+Blue) = 131+108+86=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #836C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C56 is #7C93A9. Grayscale: #707070. Windows color (decimal): -8164266 or 5663875. OLE color: 5663875.

HSL color Cylindrical-coordinate representation of color #836C56: hue angle of 29.33º 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 #836C56 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 108 86 -
CMYK 0 0.18 0.34 0.49
HSL 29.33º 0.21% 0.43% -
HSV(B) 29.33º 0.34% 0.51% -
XYZ 16.4 16.22 11.07 -
YUV 112.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 131 108 86 0 0.18 0.34 0.49 29.33 0.21 0.43
Hex 83 6C 56 0 12 22 31 1D 15 2B
Octal 203 154 126 0 22 42 61 35 25 53
Binary 10000011 1101100 1010110 0 10010 100010 110001 11101 10101 101011

Color Harmonies of #836C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C56

Black with #836C56

Text Example


Text Example

White with #836C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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