#7E6B5B

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

Shades of Donkey Brown #7E6B5B

Tints of Donkey Brown #7E6B5B

Color information

#7E6B5B (or 0x7E6B5B) is unknown color: approx Donkey Brown. HEX triplet: 7E, 6B and 5B. RGB value is (126,107,91). Sum of RGB (Red+Green+Blue) = 126+107+91=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B5B is #8194A4. Grayscale: #6E6E6E. Windows color (decimal): -8492197 or 5991294. OLE color: 5991294.

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

Color convert

RGB12610791-
CMYK00.150.280.51
HSL27.43º16.13%42.55%-
HSV(B)27.43º27.78%49.41%-
XYZ15.7515.7112.1-
YUV110.86116.79138.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=38.89%
G=33.02%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261079100.150.280.5127.4316.1342.55
Hex7E6B5B0F1C331b102b
Octal1761531330173463332053
Binary11111101101011101101101111111001100111101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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