#796040

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

Shades of Shingle Fawn #796040

Tints of Shingle Fawn #796040

Color information

#796040 (or 0x796040) is unknown color: approx Shingle Fawn. HEX triplet: 79, 60 and 40. RGB value is (121,96,64). Sum of RGB (Red+Green+Blue) = 121+96+64=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #796040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796040 is #869FBF. Grayscale: #636363. Windows color (decimal): -8822720 or 4219001. OLE color: 4219001.

HSL color Cylindrical-coordinate representation of color #796040: hue angle of 33.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796040 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1219664-
CMYK00.210.470.53
HSL33.68º30.81%36.27%-
HSV(B)33.68º47.11%47.45%-
XYZ12.9912.86.64-
YUV99.83107.78143.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=43.06%
G=34.16%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121966400.210.470.5333.6830.8136.27
Hex7960400152F35221f24
Octal1711401000255765423744
Binary11110011100000100000001010110111111010110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796040; }

 p { color: rgb(121,96,64); }

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

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

 a { background-color: rgb(121,96,64); }

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

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

 span { border-color: rgb(121,96,64); }

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