#817060

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

Shades of Donkey Brown #817060

Tints of Donkey Brown #817060

Color information

#817060 (or 0x817060) is unknown color: approx Donkey Brown. HEX triplet: 81, 70 and 60. RGB value is (129,112,96). Sum of RGB (Red+Green+Blue) = 129+112+96=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #817060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817060 is #7E8F9F. Grayscale: #737373. Windows color (decimal): -8294304 or 6320257. OLE color: 6320257.

HSL color Cylindrical-coordinate representation of color #817060: hue angle of 29.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817060 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12911296-
CMYK00.130.260.49
HSL29.09º14.67%44.12%-
HSV(B)29.09º25.58%50.59%-
XYZ16.9617.113.47-
YUV115.26117.13137.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=38.28%
G=33.23%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291129600.130.260.4929.0914.6744.12
Hex8170600D1A311df2c
Octal2011601400153261351754
Binary10000001111000011000000110111010110001111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817060; }

 p { color: rgb(129,112,96); }

 H1.HeaderClassName
 {
   color: #817060;
 }
 .AnyTagClassName
 {
   color: #817060;
 }
</style>
background-color css

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

 a { background-color: rgb(129,112,96); }

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

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

 span { border-color: rgb(129,112,96); }

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