Html Css Color HEX #856B56 Donkey Brown

📋 copy color: '#856B56'

red 133 ◦ green 107 ◦ blue 86

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

Shades of Donkey Brown #856B56

Tints of Donkey Brown #856B56

RGB

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

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

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

R = 40.8%
G = 32.82%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#856B56 (or 0x856B56) is known color: Donkey Brown. HEX triplet: 85, 6B and 56. RGB value is (133,107,86). Sum of RGB (Red+Green+Blue) = 133+107+86=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #856B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B56 is #7A94A9. Grayscale: #707070. Windows color (decimal): -8033450 or 5663621. OLE color: 5663621.

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

Color convert

RGB 133 107 86 -
CMYK 0 0.20 0.35 0.48
HSL 26.81º 0.21% 0.43% -
HSV(B) 26.81º 0.35% 0.52% -
XYZ 16.61 16.17 11.05 -
YUV 112.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 133 107 86 0 0.20 0.35 0.48 26.81 0.21 0.43
Hex 85 6B 56 0 14 23 30 1B 15 2B
Octal 205 153 126 0 24 43 60 33 25 53
Binary 10000101 1101011 1010110 0 10100 100011 110000 11011 10101 101011

Color Harmonies of #856B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B56

Black with #856B56

Text Example


Text Example

White with #856B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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