#7D6F65

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

Shades of Donkey Brown #7D6F65

Tints of Donkey Brown #7D6F65

Color information

#7D6F65 (or 0x7D6F65) is unknown color: approx Donkey Brown. HEX triplet: 7D, 6F and 65. RGB value is (125,111,101). Sum of RGB (Red+Green+Blue) = 125+111+101=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F65 is #82909A. Grayscale: #727272. Windows color (decimal): -8556699 or 6647677. OLE color: 6647677.

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

Color convert

RGB125111101-
CMYK00.110.190.51
HSL25º10.62%44.31%-
HSV(B)25º19.2%49.02%-
XYZ16.4916.6714.66-
YUV114.05120.64135.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=37.09%
G=32.94%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511110100.110.190.512510.6244.31
Hex7D6F650B133319b2c
Octal1751571450132363311354
Binary1111101110111111001010101110011110011110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,111,101); }

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

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

 a { background-color: rgb(125,111,101); }

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

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

 span { border-color: rgb(125,111,101); }

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