#846F60

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

Shades of Donkey Brown #846F60

Tints of Donkey Brown #846F60

Color information

#846F60 (or 0x846F60) is unknown color: approx Donkey Brown. HEX triplet: 84, 6F and 60. RGB value is (132,111,96). Sum of RGB (Red+Green+Blue) = 132+111+96=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #846F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F60 is #7B909F. Grayscale: #737373. Windows color (decimal): -8097952 or 6320004. OLE color: 6320004.

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

Color convert

RGB13211196-
CMYK00.160.270.48
HSL25º15.79%44.71%-
HSV(B)25º27.27%51.76%-
XYZ17.3117.1213.46-
YUV115.57116.96139.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=38.94%
G=32.74%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321119600.160.270.482515.7944.71
Hex846F600101B3019102d
Octal2041571400203360312055
Binary1000010011011111100000010000110111100001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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