#7C6B58

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

Shades of Donkey Brown #7C6B58

Tints of Donkey Brown #7C6B58

Color information

#7C6B58 (or 0x7C6B58) is unknown color: approx Donkey Brown. HEX triplet: 7C, 6B and 58. RGB value is (124,107,88). Sum of RGB (Red+Green+Blue) = 124+107+88=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B58 is #8394A7. Grayscale: #6E6E6E. Windows color (decimal): -8623272 or 5794684. OLE color: 5794684.

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

Color convert

RGB12410788-
CMYK00.140.290.51
HSL31.67º16.98%41.57%-
HSV(B)31.67º29.03%48.63%-
XYZ15.3315.5111.42-
YUV109.92115.63138.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=38.87%
G=33.54%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241078800.140.290.5131.6716.9841.57
Hex7C6B580E1D3320112a
Octal1741531300163563402152
Binary111110011010111011000011101110111001110000010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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