#795646

Color #795646 Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #795646

Tints of Old Copper #795646

Color information

#795646 (or 0x795646) is unknown color: approx Old Copper. HEX triplet: 79, 56 and 46. RGB value is (121,86,70). Sum of RGB (Red+Green+Blue) = 121+86+70=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #795646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795646 is #86A9B9. Grayscale: #5E5E5E. Windows color (decimal): -8825274 or 4609657. OLE color: 4609657.

HSL color Cylindrical-coordinate representation of color #795646: hue angle of 18.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795646 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1218670-
CMYK00.290.420.53
HSL18.82º26.7%37.45%-
HSV(B)18.82º42.15%47.45%-
XYZ12.3211.167.3-
YUV94.64114.1146.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=43.68%
G=31.05%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121867000.290.420.5318.8226.737.45
Hex79564601D2A35131b25
Octal1711261060355265233345
Binary1111001101011010001100111011010101101011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795646; }

 p { color: rgb(121,86,70); }

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

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

 a { background-color: rgb(121,86,70); }

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

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

 span { border-color: rgb(121,86,70); }

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