Html Css Color HEX #807063 Donkey Brown

📋 copy color: '#807063'

red 128 ◦ green 112 ◦ blue 99

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

Shades of Donkey Brown #807063

Tints of Donkey Brown #807063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 37.76%
G = 33.04%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#807063 (or 0x807063) is known color: Donkey Brown. HEX triplet: 80, 70 and 63. RGB value is (128,112,99). Sum of RGB (Red+Green+Blue) = 128+112+99=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #807063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807063 is #7F8F9C. Grayscale: #737373. Windows color (decimal): -8359837 or 6516864. OLE color: 6516864.

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

Color convert

RGB 128 112 99 -
CMYK 0 0.12 0.23 0.50
HSL 26.9º 0.13% 0.45% -
HSV(B) 26.9º 0.23% 0.5% -
XYZ 16.95 17.08 14.21 -
YUV 115.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 128 112 99 0 0.12 0.23 0.50 26.9 0.13 0.45
Hex 80 70 63 0 C 17 32 1B D 2D
Octal 200 160 143 0 14 27 62 33 15 55
Binary 10000000 1110000 1100011 0 1100 10111 110010 11011 1101 101101

Color Harmonies of #807063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807063

Black with #807063

Text Example


Text Example

White with #807063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807063; }

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

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

background-color css

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

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

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

border-color css

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

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

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