#7A6E66

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

Shades of Donkey Brown #7A6E66

Tints of Donkey Brown #7A6E66

Color information

#7A6E66 (or 0x7A6E66) is unknown color: approx Donkey Brown. HEX triplet: 7A, 6E and 66. RGB value is (122,110,102). Sum of RGB (Red+Green+Blue) = 122+110+102=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E66 is #859199. Grayscale: #707070. Windows color (decimal): -8753562 or 6712954. OLE color: 6712954.

HSL color Cylindrical-coordinate representation of color #7A6E66: hue angle of 24º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6E66 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB122110102-
CMYK00.100.160.52
HSL24º8.93%43.92%-
HSV(B)24º16.39%47.84%-
XYZ1616.2514.86-
YUV112.68121.98134.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=36.53%
G=32.93%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211010200.100.160.52248.9343.92
Hex7A6E660A10341892c
Octal1721561460122064301154
Binary1111010110111011001100101010000110100110001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,102); }

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

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

 a { background-color: rgb(122,110,102); }

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

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

 span { border-color: rgb(122,110,102); }

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