#807063

Color #807063 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #807063

Tints of Donkey Brown #807063

Color information

#807063 (or 0x807063) is unknown color: approx 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

RGB12811299-
CMYK00.120.230.50
HSL26.9º12.78%44.51%-
HSV(B)26.9º22.66%50.2%-
XYZ16.9517.0814.21-
YUV115.3118.8137.06-

RGB Variations

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

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.20%
R=37.76%
G=33.04%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281129900.120.230.5026.912.7844.51
Hex8070630C17321bd2d
Octal2001601430142762331555
Binary10000000111000011000110110010111110010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>