#816E60

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

Shades of Donkey Brown #816E60

Tints of Donkey Brown #816E60

Color information

#816E60 (or 0x816E60) is unknown color: approx Donkey Brown. HEX triplet: 81, 6E and 60. RGB value is (129,110,96). Sum of RGB (Red+Green+Blue) = 129+110+96=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #816E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E60 is #7E919F. Grayscale: #727272. Windows color (decimal): -8294816 or 6319745. OLE color: 6319745.

HSL color Cylindrical-coordinate representation of color #816E60: hue angle of 25.45º 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 #816E60 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12911096-
CMYK00.150.260.49
HSL25.45º14.67%44.12%-
HSV(B)25.45º25.58%50.59%-
XYZ16.7416.6613.4-
YUV114.08117.79138.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=38.51%
G=32.84%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291109600.150.260.4925.4514.6744.12
Hex816E600F1A3119f2c
Octal2011561400173261311754
Binary10000001110111011000000111111010110001110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E60; }

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

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

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

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

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

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

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

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