Html Css Color HEX #806D5D Donkey Brown

📋 copy color: '#806D5D'

red 128 ◦ green 109 ◦ blue 93

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

Shades of Donkey Brown #806D5D

Tints of Donkey Brown #806D5D

RGB

 RED value IS 128 (50.39% from 255) = 38.79%

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 38.79%
G = 33.03%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#806D5D (or 0x806D5D) is known color: Donkey Brown. HEX triplet: 80, 6D and 5D. RGB value is (128,109,93). Sum of RGB (Red+Green+Blue) = 128+109+93=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D5D is #7F92A2. Grayscale: #707070. Windows color (decimal): -8360611 or 6122880. OLE color: 6122880.

HSL color Cylindrical-coordinate representation of color #806D5D: hue angle of 27.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #806D5D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 109 93 -
CMYK 0 0.15 0.27 0.50
HSL 27.43º 0.16% 0.43% -
HSV(B) 27.43º 0.27% 0.5% -
XYZ 16.35 16.32 12.64 -
YUV 112.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 128 109 93 0 0.15 0.27 0.50 27.43 0.16 0.43
Hex 80 6D 5D 0 F 1B 32 1B 10 2B
Octal 200 155 135 0 17 33 62 33 20 53
Binary 10000000 1101101 1011101 0 1111 11011 110010 11011 10000 101011

Color Harmonies of #806D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D5D

Black with #806D5D

Text Example


Text Example

White with #806D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806D5D; }

 p { color: rgb(128,109,93); }

 H1.HeaderClassName
 {
   color: #806D5D;
 }
 .AnyTagClassName
 {
   color: #806D5D;
 }
</style>

background-color css

<style>
 a { background-color: #806D5D; }

 a { background-color: rgb(128,109,93); }

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

border-color css

<style>
 span { border-color: #806D5D; }

 span { border-color: rgb(128,109,93); }

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