#7C6140

Color #7C6140 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #7C6140

Tints of Shingle Fawn #7C6140

Color information

#7C6140 (or 0x7C6140) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 61 and 40. RGB value is (124,97,64). Sum of RGB (Red+Green+Blue) = 124+97+64=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6140 is #839EBF. Grayscale: #656565. Windows color (decimal): -8625856 or 4219260. OLE color: 4219260.

HSL color Cylindrical-coordinate representation of color #7C6140: hue angle of 33º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6140 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1249764-
CMYK00.220.480.51
HSL33º31.91%36.86%-
HSV(B)33º48.39%48.63%-
XYZ13.5113.26.69-
YUV101.31106.95144.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=43.51%
G=34.04%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124976400.220.480.513331.9136.86
Hex7C61400163033212025
Octal1741411000266063414045
Binary111110011000011000000010110110000110011100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,64); }

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

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

 a { background-color: rgb(124,97,64); }

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

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

 span { border-color: rgb(124,97,64); }

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