Html Css Color HEX #847065 Donkey Brown

📋 copy color: '#847065'

red 132 ◦ green 112 ◦ blue 101

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

Shades of Donkey Brown #847065

Tints of Donkey Brown #847065

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 value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#847065 (or 0x847065) is known color: 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

RGB 132 112 101 -
CMYK 0 0.15 0.23 0.48
HSL 21.29º 0.13% 0.46% -
HSV(B) 21.29º 0.23% 0.52% -
XYZ 17.66 17.43 14.75 -
YUV 116.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 132 112 101 0 0.15 0.23 0.48 21.29 0.13 0.46
Hex 84 70 65 0 F 17 30 15 D 2E
Octal 204 160 145 0 17 27 60 25 15 56
Binary 10000100 1110000 1100101 0 1111 10111 110000 10101 1101 101110

Color Harmonies of #847065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847065

Black with #847065

Text Example


Text Example

White with #847065

Text Example


Text Example

HTML Codes & Css Web 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>