#745643

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

Shades of Old Copper #745643

Tints of Old Copper #745643

Color information

#745643 (or 0x745643) is unknown color: approx Old Copper. HEX triplet: 74, 56 and 43. RGB value is (116,86,67). Sum of RGB (Red+Green+Blue) = 116+86+67=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745643 is #8BA9BC. Grayscale: #5C5C5C. Windows color (decimal): -9152957 or 4413044. OLE color: 4413044.

HSL color Cylindrical-coordinate representation of color #745643: hue angle of 23.27º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745643 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1168667-
CMYK00.260.420.55
HSL23.27º26.78%35.88%-
HSV(B)23.27º42.24%45.49%-
XYZ11.5410.776.78-
YUV92.8113.44144.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=43.12%
G=31.97%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116866700.260.420.5523.2726.7835.88
Hex74564301A2A37171b24
Octal1641261030325267273344
Binary1110100101011010000110110101010101101111011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745643; }

 p { color: rgb(116,86,67); }

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

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

 a { background-color: rgb(116,86,67); }

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

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

 span { border-color: rgb(116,86,67); }

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