#7E6C58

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

Shades of Donkey Brown #7E6C58

Tints of Donkey Brown #7E6C58

Color information

#7E6C58 (or 0x7E6C58) is unknown color: approx Donkey Brown. HEX triplet: 7E, 6C and 58. RGB value is (126,108,88). Sum of RGB (Red+Green+Blue) = 126+108+88=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6C58 is #8193A7. Grayscale: #6F6F6F. Windows color (decimal): -8491944 or 5794942. OLE color: 5794942.

HSL color Cylindrical-coordinate representation of color #7E6C58: hue angle of 31.58º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6C58 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB12610888-
CMYK00.140.300.51
HSL31.58º17.76%41.96%-
HSV(B)31.58º30.16%49.41%-
XYZ15.7315.8711.47-
YUV111.1114.96138.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=39.13%
G=33.54%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261088800.140.300.5131.5817.7641.96
Hex7E6C580E1E3320122a
Octal1761541300163663402252
Binary111111011011001011000011101111011001110000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,108,88); }

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

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

 a { background-color: rgb(126,108,88); }

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

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

 span { border-color: rgb(126,108,88); }

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