Html Css Color HEX #847060 Donkey Brown

📋 copy color: '#847060'

red 132 ◦ green 112 ◦ blue 96

#847060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #847060

Tints of Donkey Brown #847060

RGB

 RED value IS 132 (51.95% from 255) = 38.82%

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 38.82%
G = 32.94%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#847060 (or 0x847060) is known color: Donkey Brown. HEX triplet: 84, 70 and 60. RGB value is (132,112,96). Sum of RGB (Red+Green+Blue) = 132+112+96=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #847060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847060 is #7B8F9F. Grayscale: #747474. Windows color (decimal): -8097696 or 6320260. OLE color: 6320260.

HSL color Cylindrical-coordinate representation of color #847060: hue angle of 26.67º 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 #847060 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 112 96 -
CMYK 0 0.15 0.27 0.48
HSL 26.67º 0.16% 0.45% -
HSV(B) 26.67º 0.27% 0.52% -
XYZ 17.42 17.34 13.49 -
YUV 116.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 132 112 96 0 0.15 0.27 0.48 26.67 0.16 0.45
Hex 84 70 60 0 F 1B 30 1B 10 2D
Octal 204 160 140 0 17 33 60 33 20 55
Binary 10000100 1110000 1100000 0 1111 11011 110000 11011 10000 101101

Color Harmonies of #847060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847060

Black with #847060

Text Example


Text Example

White with #847060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847060; }

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

 H1.HeaderClassName
 {
   color: #847060;
 }
 .AnyTagClassName
 {
   color: #847060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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