Html Css Color HEX #807064 Donkey Brown

📋 copy color: '#807064'

red 128 ◦ green 112 ◦ blue 100

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

Shades of Donkey Brown #807064

Tints of Donkey Brown #807064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 37.65%
G = 32.94%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#807064 (or 0x807064) is known color: Donkey Brown. HEX triplet: 80, 70 and 64. RGB value is (128,112,100). Sum of RGB (Red+Green+Blue) = 128+112+100=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #807064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807064 is #7F8F9B. Grayscale: #737373. Windows color (decimal): -8359836 or 6582400. OLE color: 6582400.

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

Color convert

RGB 128 112 100 -
CMYK 0 0.12 0.22 0.50
HSL 25.71º 0.12% 0.45% -
HSV(B) 25.71º 0.22% 0.5% -
XYZ 17 17.1 14.46 -
YUV 115.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 128 112 100 0 0.12 0.22 0.50 25.71 0.12 0.45
Hex 80 70 64 0 C 16 32 1A C 2D
Octal 200 160 144 0 14 26 62 32 14 55
Binary 10000000 1110000 1100100 0 1100 10110 110010 11010 1100 101101

Color Harmonies of #807064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807064

Black with #807064

Text Example


Text Example

White with #807064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807064; }

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

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

background-color css

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

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

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

border-color css

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

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

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