Html Css Color HEX #806C5E Donkey Brown

📋 copy color: '#806C5E'

red 128 ◦ green 108 ◦ blue 94

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

Shades of Donkey Brown #806C5E

Tints of Donkey Brown #806C5E

RGB

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

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

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

R = 38.79%
G = 32.73%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#806C5E (or 0x806C5E) is known color: Donkey Brown. HEX triplet: 80, 6C and 5E. RGB value is (128,108,94). Sum of RGB (Red+Green+Blue) = 128+108+94=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C5E is #7F93A1. Grayscale: #707070. Windows color (decimal): -8360866 or 6188160. OLE color: 6188160.

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

Color convert

RGB 128 108 94 -
CMYK 0 0.16 0.27 0.50
HSL 24.71º 0.15% 0.44% -
HSV(B) 24.71º 0.27% 0.5% -
XYZ 16.29 16.12 12.84 -
YUV 112.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 128 108 94 0 0.16 0.27 0.50 24.71 0.15 0.44
Hex 80 6C 5E 0 10 1B 32 19 F 2C
Octal 200 154 136 0 20 33 62 31 17 54
Binary 10000000 1101100 1011110 0 10000 11011 110010 11001 1111 101100

Color Harmonies of #806C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C5E

Black with #806C5E

Text Example


Text Example

White with #806C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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