#846F64

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

Shades of Donkey Brown #846F64

Tints of Donkey Brown #846F64

Color information

#846F64 (or 0x846F64) is unknown color: approx Donkey Brown. HEX triplet: 84, 6F and 64. RGB value is (132,111,100). Sum of RGB (Red+Green+Blue) = 132+111+100=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F64 is #7B909B. Grayscale: #747474. Windows color (decimal): -8097948 or 6582148. OLE color: 6582148.

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

Color convert

RGB132111100-
CMYK00.160.240.48
HSL20.62º13.79%45.49%-
HSV(B)20.62º24.24%51.76%-
XYZ17.517.1914.45-
YUV116.02118.96139.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=38.48%
G=32.36%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211110000.160.240.4820.6213.7945.49
Hex846F64010183015e2d
Octal2041571440203060251655
Binary100001001101111110010001000011000110000101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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