#846F5D

Color #846F5D Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #846F5D

Tints of Donkey Brown #846F5D

Color information

#846F5D (or 0x846F5D) is unknown color: approx Donkey Brown. HEX triplet: 84, 6F and 5D. RGB value is (132,111,93). Sum of RGB (Red+Green+Blue) = 132+111+93=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F5D is #7B90A2. Grayscale: #737373. Windows color (decimal): -8097955 or 6123396. OLE color: 6123396.

HSL color Cylindrical-coordinate representation of color #846F5D: hue angle of 27.69º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846F5D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13211193-
CMYK00.160.300.48
HSL27.69º17.33%44.12%-
HSV(B)27.69º29.55%51.76%-
XYZ17.1817.0612.74-
YUV115.23115.46139.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=39.29%
G=33.04%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321119300.160.300.4827.6917.3344.12
Hex846F5D0101E301c112c
Octal2041571350203660342154
Binary1000010011011111011101010000111101100001110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F5D; }

 p { color: rgb(132,111,93); }

 H1.HeaderClassName
 {
   color: #846F5D;
 }
 .AnyTagClassName
 {
   color: #846F5D;
 }
</style>
background-color css

<style>
 a { background-color: #846F5D; }

 a { background-color: rgb(132,111,93); }

 div.DivClassName
 {
   background-color: #846F5D;
 }
 .BgClassName
 {
   background-color: #846F5D;
 }
</style>
border-color css

<style>
 span { border-color: #846F5D; }

 span { border-color: rgb(132,111,93); }

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