#847065

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

Shades of Donkey Brown #847065

Tints of Donkey Brown #847065

Color information

#847065 (or 0x847065) is unknown color: approx Donkey Brown. HEX triplet: 84, 70 and 65. RGB value is (132,112,101). Sum of RGB (Red+Green+Blue) = 132+112+101=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #847065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847065 is #7B8F9A. Grayscale: #747474. Windows color (decimal): -8097691 or 6647940. OLE color: 6647940.

HSL color Cylindrical-coordinate representation of color #847065: hue angle of 21.29º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #847065 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB132112101-
CMYK00.150.230.48
HSL21.29º13.3%45.69%-
HSV(B)21.29º23.48%51.76%-
XYZ17.6617.4314.75-
YUV116.73119.13138.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=38.26%
G=32.46%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211210100.150.230.4821.2913.345.69
Hex8470650F173015d2e
Octal2041601450172760251556
Binary10000100111000011001010111110111110000101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847065; }

 p { color: rgb(132,112,101); }

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

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

 a { background-color: rgb(132,112,101); }

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

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

 span { border-color: rgb(132,112,101); }

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