Html Css Color HEX #836B5B Donkey Brown

📋 copy color: '#836B5B'

red 131 ◦ green 107 ◦ blue 91

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

Shades of Donkey Brown #836B5B

Tints of Donkey Brown #836B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 39.82%
G = 32.52%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#836B5B (or 0x836B5B) is known color: Donkey Brown. HEX triplet: 83, 6B and 5B. RGB value is (131,107,91). Sum of RGB (Red+Green+Blue) = 131+107+91=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #836B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B5B is #7C94A4. Grayscale: #707070. Windows color (decimal): -8164517 or 5991299. OLE color: 5991299.

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

Color convert

RGB 131 107 91 -
CMYK 0 0.18 0.31 0.49
HSL 24º 0.18% 0.44% -
HSV(B) 24º 0.31% 0.51% -
XYZ 16.51 16.1 12.13 -
YUV 112.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 131 107 91 0 0.18 0.31 0.49 24 0.18 0.44
Hex 83 6B 5B 0 12 1F 31 18 12 2C
Octal 203 153 133 0 22 37 61 30 22 54
Binary 10000011 1101011 1011011 0 10010 11111 110001 11000 10010 101100

Color Harmonies of #836B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836B5B

Black with #836B5B

Text Example


Text Example

White with #836B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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