#7E6B55

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

Shades of Donkey Brown #7E6B55

Tints of Donkey Brown #7E6B55

Color information

#7E6B55 (or 0x7E6B55) is unknown color: approx Donkey Brown. HEX triplet: 7E, 6B and 55. RGB value is (126,107,85). Sum of RGB (Red+Green+Blue) = 126+107+85=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B55 is #8194AA. Grayscale: #6E6E6E. Windows color (decimal): -8492203 or 5598078. OLE color: 5598078.

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

Color convert

RGB12610785-
CMYK00.150.330.51
HSL32.2º19.43%41.37%-
HSV(B)32.2º32.54%49.41%-
XYZ15.515.6110.79-
YUV110.17113.79139.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.62%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=39.62%
G=33.65%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261078500.150.330.5132.219.4341.37
Hex7E6B550F2133201329
Octal1761531250174163402351
Binary1111110110101110101010111110000111001110000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,107,85); }

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

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

 a { background-color: rgb(126,107,85); }

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

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

 span { border-color: rgb(126,107,85); }

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