Html Css Color HEX #856D60 Donkey Brown

📋 copy color: '#856D60'

red 133 ◦ green 109 ◦ blue 96

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

Shades of Donkey Brown #856D60

Tints of Donkey Brown #856D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 39.35%
G = 32.25%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#856D60 (or 0x856D60) is known color: Donkey Brown. HEX triplet: 85, 6D and 60. RGB value is (133,109,96). Sum of RGB (Red+Green+Blue) = 133+109+96=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D60 is #7A929F. Grayscale: #727272. Windows color (decimal): -8032928 or 6319493. OLE color: 6319493.

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

Color convert

RGB 133 109 96 -
CMYK 0 0.18 0.28 0.48
HSL 21.08º 0.16% 0.45% -
HSV(B) 21.08º 0.28% 0.52% -
XYZ 17.25 16.77 13.39 -
YUV 114.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 133 109 96 0 0.18 0.28 0.48 21.08 0.16 0.45
Hex 85 6D 60 0 12 1C 30 15 10 2D
Octal 205 155 140 0 22 34 60 25 20 55
Binary 10000101 1101101 1100000 0 10010 11100 110000 10101 10000 101101

Color Harmonies of #856D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D60

Black with #856D60

Text Example


Text Example

White with #856D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,96); }

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

background-color css

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

 a { background-color: rgb(133,109,96); }

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

border-color css

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

 span { border-color: rgb(133,109,96); }

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