Html Css Color HEX #856C5E Donkey Brown

📋 copy color: '#856C5E'

red 133 ◦ green 108 ◦ blue 94

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

Shades of Donkey Brown #856C5E

Tints of Donkey Brown #856C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 39.7%
G = 32.24%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#856C5E (or 0x856C5E) is known color: Donkey Brown. HEX triplet: 85, 6C and 5E. RGB value is (133,108,94). Sum of RGB (Red+Green+Blue) = 133+108+94=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C5E is #7A93A1. Grayscale: #717171. Windows color (decimal): -8033186 or 6188165. OLE color: 6188165.

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

Color convert

RGB 133 108 94 -
CMYK 0 0.19 0.29 0.48
HSL 21.54º 0.17% 0.45% -
HSV(B) 21.54º 0.29% 0.52% -
XYZ 17.06 16.52 12.88 -
YUV 113.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 133 108 94 0 0.19 0.29 0.48 21.54 0.17 0.45
Hex 85 6C 5E 0 13 1D 30 16 11 2D
Octal 205 154 136 0 23 35 60 26 21 55
Binary 10000101 1101100 1011110 0 10011 11101 110000 10110 10001 101101

Color Harmonies of #856C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C5E

Black with #856C5E

Text Example


Text Example

White with #856C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,94); }

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

background-color css

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

 a { background-color: rgb(133,108,94); }

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

border-color css

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

 span { border-color: rgb(133,108,94); }

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