#816F63

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

Shades of Donkey Brown #816F63

Tints of Donkey Brown #816F63

Color information

#816F63 (or 0x816F63) is unknown color: approx Donkey Brown. HEX triplet: 81, 6F and 63. RGB value is (129,111,99). Sum of RGB (Red+Green+Blue) = 129+111+99=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #816F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F63 is #7E909C. Grayscale: #737373. Windows color (decimal): -8294557 or 6516609. OLE color: 6516609.

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

Color convert

RGB12911199-
CMYK00.140.230.49
HSL24º13.16%44.71%-
HSV(B)24º23.26%50.59%-
XYZ16.9916.9414.18-
YUV115.01118.96137.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=38.05%
G=32.74%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291119900.140.230.492413.1644.71
Hex816F630E173118d2d
Octal2011571430162761301555
Binary10000001110111111000110111010111110001110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,111,99); }

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

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

 a { background-color: rgb(129,111,99); }

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

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

 span { border-color: rgb(129,111,99); }

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