#7E6949

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

Shades of Shadow #7E6949

Tints of Shadow #7E6949

Color information

#7E6949 (or 0x7E6949) is unknown color: approx Shadow. HEX triplet: 7E, 69 and 49. RGB value is (126,105,73). Sum of RGB (Red+Green+Blue) = 126+105+73=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6949 is #8196B6. Grayscale: #6B6B6B. Windows color (decimal): -8492727 or 4811134. OLE color: 4811134.

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

Color convert

RGB12610573-
CMYK00.170.420.51
HSL36.23º26.63%39.02%-
HSV(B)36.23º42.06%49.41%-
XYZ14.8615.028.42-
YUV107.63108.46141.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=41.45%
G=34.54%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261057300.170.420.5136.2326.6339.02
Hex7E69490112A33241b27
Octal1761511110215263443347
Binary11111101101001100100101000110101011001110010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,105,73); }

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

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

 a { background-color: rgb(126,105,73); }

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

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

 span { border-color: rgb(126,105,73); }

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