#816E62

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

Shades of Donkey Brown #816E62

Tints of Donkey Brown #816E62

Color information

#816E62 (or 0x816E62) is unknown color: approx Donkey Brown. HEX triplet: 81, 6E and 62. RGB value is (129,110,98). Sum of RGB (Red+Green+Blue) = 129+110+98=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E62 is #7E919D. Grayscale: #727272. Windows color (decimal): -8294814 or 6450817. OLE color: 6450817.

HSL color Cylindrical-coordinate representation of color #816E62: hue angle of 23.23º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816E62 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB12911098-
CMYK00.150.240.49
HSL23.23º13.66%44.51%-
HSV(B)23.23º24.03%50.59%-
XYZ16.8316.713.89-
YUV114.31118.79138.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=38.28%
G=32.64%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291109800.150.240.4923.2313.6644.51
Hex816E620F183117e2d
Octal2011561420173061271655
Binary10000001110111011000100111111000110001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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