#846F5C

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

Shades of Donkey Brown #846F5C

Tints of Donkey Brown #846F5C

Color information

#846F5C (or 0x846F5C) is unknown color: approx Donkey Brown. HEX triplet: 84, 6F and 5C. RGB value is (132,111,92). Sum of RGB (Red+Green+Blue) = 132+111+92=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #846F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F5C is #7B90A3. Grayscale: #737373. Windows color (decimal): -8097956 or 6057860. OLE color: 6057860.

HSL color Cylindrical-coordinate representation of color #846F5C: hue angle of 28.5º degrees, saturation: 0.18, 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 #846F5C is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13211192-
CMYK00.160.300.48
HSL28.5º17.86%43.92%-
HSV(B)28.5º30.3%51.76%-
XYZ17.1317.0512.51-
YUV115.11114.96140.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=39.40%
G=33.13%
B=27.46%

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
Decimal1321119200.160.300.4828.517.8643.92
Hex846F5C0101E301c122c
Octal2041571340203660342254
Binary1000010011011111011100010000111101100001110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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