Html Css Color HEX #807065 Donkey Brown

📋 copy color: '#807065'

red 128 ◦ green 112 ◦ blue 101

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

Shades of Donkey Brown #807065

Tints of Donkey Brown #807065

RGB

 RED value IS 128 (50.39% from 255) = 37.54%

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

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 37.54%
G = 32.84%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#807065 (or 0x807065) is known color: Donkey Brown. HEX triplet: 80, 70 and 65. RGB value is (128,112,101). Sum of RGB (Red+Green+Blue) = 128+112+101=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807065 is #7F8F9A. Grayscale: #737373. Windows color (decimal): -8359835 or 6647936. OLE color: 6647936.

HSL color Cylindrical-coordinate representation of color #807065: hue angle of 24.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807065 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 101 -
CMYK 0 0.12 0.21 0.50
HSL 24.44º 0.12% 0.45% -
HSV(B) 24.44º 0.21% 0.5% -
XYZ 17.05 17.12 14.72 -
YUV 115.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 128 112 101 0 0.12 0.21 0.50 24.44 0.12 0.45
Hex 80 70 65 0 C 15 32 18 C 2D
Octal 200 160 145 0 14 25 62 30 14 55
Binary 10000000 1110000 1100101 0 1100 10101 110010 11000 1100 101101

Color Harmonies of #807065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807065

Black with #807065

Text Example


Text Example

White with #807065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807065; }

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

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

background-color css

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

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

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

border-color css

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

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

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