#7D6D61

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

Shades of Donkey Brown #7D6D61

Tints of Donkey Brown #7D6D61

Color information

#7D6D61 (or 0x7D6D61) is unknown color: approx Donkey Brown. HEX triplet: 7D, 6D and 61. RGB value is (125,109,97). Sum of RGB (Red+Green+Blue) = 125+109+97=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6D61 is #82929E. Grayscale: #707070. Windows color (decimal): -8557215 or 6385021. OLE color: 6385021.

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

Color convert

RGB12510997-
CMYK00.130.220.51
HSL25.71º12.61%43.53%-
HSV(B)25.71º22.4%49.02%-
XYZ16.0816.1613.58-
YUV112.42119.3136.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=37.76%
G=32.93%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251099700.130.220.5125.7112.6143.53
Hex7D6D610D16331ad2c
Octal1751551410152663321554
Binary1111101110110111000010110110110110011110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6D61; }

 p { color: rgb(125,109,97); }

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

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

 a { background-color: rgb(125,109,97); }

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

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

 span { border-color: rgb(125,109,97); }

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