#7C6A57

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

Shades of Donkey Brown #7C6A57

Tints of Donkey Brown #7C6A57

Color information

#7C6A57 (or 0x7C6A57) is unknown color: approx Donkey Brown. HEX triplet: 7C, 6A and 57. RGB value is (124,106,87). Sum of RGB (Red+Green+Blue) = 124+106+87=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A57 is #8395A8. Grayscale: #6D6D6D. Windows color (decimal): -8623529 or 5728892. OLE color: 5728892.

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

Color convert

RGB12410687-
CMYK00.150.300.51
HSL30.81º17.54%41.37%-
HSV(B)30.81º29.84%48.63%-
XYZ15.1915.2811.17-
YUV109.22115.46138.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=39.12%
G=33.44%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241068700.150.300.5130.8117.5441.37
Hex7C6A570F1E331f1229
Octal1741521270173663372251
Binary11111001101010101011101111111101100111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,87); }

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

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

 a { background-color: rgb(124,106,87); }

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

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

 span { border-color: rgb(124,106,87); }

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