#7C613F

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

Shades of Shingle Fawn #7C613F

Tints of Shingle Fawn #7C613F

Color information

#7C613F (or 0x7C613F) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 61 and 3F. RGB value is (124,97,63). Sum of RGB (Red+Green+Blue) = 124+97+63=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C613F is #839EC0. Grayscale: #656565. Windows color (decimal): -8625857 or 4153724. OLE color: 4153724.

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

Color convert

RGB1249763-
CMYK00.220.490.51
HSL33.44º32.62%36.67%-
HSV(B)33.44º49.19%48.63%-
XYZ13.4813.196.54-
YUV101.2106.45144.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 63 (25% from 255) = 22.18%
R=43.66%
G=34.15%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124976300.220.490.5133.4432.6236.67
Hex7C613F0163133212125
Octal174141770266163414145
Binary11111001100001111111010110110001110011100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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