#7C6C5E

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

Shades of Donkey Brown #7C6C5E

Tints of Donkey Brown #7C6C5E

Color information

#7C6C5E (or 0x7C6C5E) is unknown color: approx Donkey Brown. HEX triplet: 7C, 6C and 5E. RGB value is (124,108,94). Sum of RGB (Red+Green+Blue) = 124+108+94=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C5E is #8393A1. Grayscale: #6F6F6F. Windows color (decimal): -8623010 or 6188156. OLE color: 6188156.

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

Color convert

RGB12410894-
CMYK00.130.240.51
HSL28º13.76%42.75%-
HSV(B)28º24.19%48.63%-
XYZ15.715.8212.82-
YUV111.19118.3137.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=38.04%
G=33.13%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241089400.130.240.512813.7642.75
Hex7C6C5E0D18331ce2b
Octal1741541360153063341653
Binary1111100110110010111100110111000110011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,108,94); }

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

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

 a { background-color: rgb(124,108,94); }

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

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

 span { border-color: rgb(124,108,94); }

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