Html Css Color HEX #856B5B Donkey Brown

📋 copy color: '#856B5B'

red 133 ◦ green 107 ◦ blue 91

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

Shades of Donkey Brown #856B5B

Tints of Donkey Brown #856B5B

RGB

 RED value IS 133 (52.34% from 255) = 40.18%

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

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

R = 40.18%
G = 32.33%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#856B5B (or 0x856B5B) is known color: Donkey Brown. HEX triplet: 85, 6B and 5B. RGB value is (133,107,91). Sum of RGB (Red+Green+Blue) = 133+107+91=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B5B is #7A94A4. Grayscale: #717171. Windows color (decimal): -8033445 or 5991301. OLE color: 5991301.

HSL color Cylindrical-coordinate representation of color #856B5B: hue angle of 22.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #856B5B is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 91 -
CMYK 0 0.20 0.32 0.48
HSL 22.86º 0.19% 0.44% -
HSV(B) 22.86º 0.32% 0.52% -
XYZ 16.82 16.26 12.15 -
YUV 112.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 133 107 91 0 0.20 0.32 0.48 22.86 0.19 0.44
Hex 85 6B 5B 0 14 20 30 17 13 2C
Octal 205 153 133 0 24 40 60 27 23 54
Binary 10000101 1101011 1011011 0 10100 100000 110000 10111 10011 101100

Color Harmonies of #856B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B5B

Black with #856B5B

Text Example


Text Example

White with #856B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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