#846F63

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

Shades of Donkey Brown #846F63

Tints of Donkey Brown #846F63

Color information

#846F63 (or 0x846F63) is unknown color: approx Donkey Brown. HEX triplet: 84, 6F and 63. RGB value is (132,111,99). Sum of RGB (Red+Green+Blue) = 132+111+99=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #846F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F63 is #7B909C. Grayscale: #737373. Windows color (decimal): -8097949 or 6516612. OLE color: 6516612.

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

Color convert

RGB13211199-
CMYK00.160.250.48
HSL21.82º14.29%45.29%-
HSV(B)21.82º25%51.76%-
XYZ17.4517.1814.2-
YUV115.91118.46139.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=38.60%
G=32.46%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321119900.160.250.4821.8214.2945.29
Hex846F63010193016e2d
Octal2041571430203160261655
Binary100001001101111110001101000011001110000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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