#846B5A

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

Shades of Donkey Brown #846B5A

Tints of Donkey Brown #846B5A

Color information

#846B5A (or 0x846B5A) is unknown color: approx Donkey Brown. HEX triplet: 84, 6B and 5A. RGB value is (132,107,90). Sum of RGB (Red+Green+Blue) = 132+107+90=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B5A is #7B94A5. Grayscale: #707070. Windows color (decimal): -8098982 or 5925764. OLE color: 5925764.

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

Color convert

RGB13210790-
CMYK00.190.320.48
HSL24.29º18.92%43.53%-
HSV(B)24.29º31.82%51.76%-
XYZ16.6216.1611.92-
YUV112.54115.28141.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=40.12%
G=32.52%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321079000.190.320.4824.2918.9243.53
Hex846B5A013203018132c
Octal2041531320234060302354
Binary10000100110101110110100100111000001100001100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,107,90); }

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

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

 a { background-color: rgb(132,107,90); }

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

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

 span { border-color: rgb(132,107,90); }

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