#846C5B

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

Shades of Donkey Brown #846C5B

Tints of Donkey Brown #846C5B

Color information

#846C5B (or 0x846C5B) is unknown color: approx Donkey Brown. HEX triplet: 84, 6C and 5B. RGB value is (132,108,91). Sum of RGB (Red+Green+Blue) = 132+108+91=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C5B is #7B93A4. Grayscale: #717171. Windows color (decimal): -8098725 or 5991556. OLE color: 5991556.

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

Color convert

RGB13210891-
CMYK00.180.310.48
HSL24.88º18.39%43.73%-
HSV(B)24.88º31.06%51.76%-
XYZ16.7716.3912.18-
YUV113.24115.45141.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=39.88%
G=32.63%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321089100.180.310.4824.8818.3943.73
Hex846C5B0121F3019122c
Octal2041541330223760312254
Binary1000010011011001011011010010111111100001100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,108,91); }

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

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

 a { background-color: rgb(132,108,91); }

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

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

 span { border-color: rgb(132,108,91); }

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