#846D5F

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

Shades of Donkey Brown #846D5F

Tints of Donkey Brown #846D5F

Color information

#846D5F (or 0x846D5F) is unknown color: approx Donkey Brown. HEX triplet: 84, 6D and 5F. RGB value is (132,109,95). Sum of RGB (Red+Green+Blue) = 132+109+95=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D5F is #7B92A0. Grayscale: #727272. Windows color (decimal): -8098465 or 6253956. OLE color: 6253956.

HSL color Cylindrical-coordinate representation of color #846D5F: hue angle of 22.7º 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 #846D5F is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13210995-
CMYK00.170.280.48
HSL22.7º16.3%44.51%-
HSV(B)22.7º28.03%51.76%-
XYZ17.0516.6713.15-
YUV114.28117.12140.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=39.29%
G=32.44%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321099500.170.280.4822.716.344.51
Hex846D5F0111C3017102d
Octal2041551370213460272055
Binary1000010011011011011111010001111001100001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,109,95); }

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

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

 a { background-color: rgb(132,109,95); }

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

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

 span { border-color: rgb(132,109,95); }

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