#7C6B5D

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

Shades of Donkey Brown #7C6B5D

Tints of Donkey Brown #7C6B5D

Color information

#7C6B5D (or 0x7C6B5D) is unknown color: approx Donkey Brown. HEX triplet: 7C, 6B and 5D. RGB value is (124,107,93). Sum of RGB (Red+Green+Blue) = 124+107+93=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B5D is #8394A2. Grayscale: #6E6E6E. Windows color (decimal): -8623267 or 6122364. OLE color: 6122364.

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

Color convert

RGB12410793-
CMYK00.140.250.51
HSL27.1º14.29%42.55%-
HSV(B)27.1º25%48.63%-
XYZ15.5515.5912.55-
YUV110.49118.13137.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=38.27%
G=33.02%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241079300.140.250.5127.114.2942.55
Hex7C6B5D0E19331be2b
Octal1741531350163163331653
Binary1111100110101110111010111011001110011110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,93); }

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

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

 a { background-color: rgb(124,107,93); }

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

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

 span { border-color: rgb(124,107,93); }

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