#7C6C60

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

Shades of Donkey Brown #7C6C60

Tints of Donkey Brown #7C6C60

Color information

#7C6C60 (or 0x7C6C60) is unknown color: approx Donkey Brown. HEX triplet: 7C, 6C and 60. RGB value is (124,108,96). Sum of RGB (Red+Green+Blue) = 124+108+96=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C60 is #83939F. Grayscale: #6F6F6F. Windows color (decimal): -8623008 or 6319228. OLE color: 6319228.

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

Color convert

RGB12410896-
CMYK00.130.230.51
HSL25.71º12.73%43.14%-
HSV(B)25.71º22.58%48.63%-
XYZ15.7915.8513.29-
YUV111.42119.3136.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.80%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=37.80%
G=32.93%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241089600.130.230.5125.7112.7343.14
Hex7C6C600D17331ad2b
Octal1741541400152763321553
Binary1111100110110011000000110110111110011110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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