#68453C

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

Shades of Metallic Copper #68453C

Tints of Metallic Copper #68453C

Color information

#68453C (or 0x68453C) is unknown color: approx Metallic Copper. HEX triplet: 68, 45 and 3C. RGB value is (104,69,60). Sum of RGB (Red+Green+Blue) = 104+69+60=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68453C is #97BAC3. Grayscale: #4E4E4E. Windows color (decimal): -9943748 or 3949928. OLE color: 3949928.

HSL color Cylindrical-coordinate representation of color #68453C: hue angle of 12.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68453C is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1046960-
CMYK00.340.420.59
HSL12.27º26.83%32.16%-
HSV(B)12.27º42.31%40.78%-
XYZ8.657.535.27-
YUV78.44117.6146.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=44.64%
G=29.61%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104696000.340.420.5912.2726.8332.16
Hex68453C0222A3Bc1b20
Octal150105740425273143340
Binary110100010001011111000100010101010111011110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68453C; }

 p { color: rgb(104,69,60); }

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

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

 a { background-color: rgb(104,69,60); }

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

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

 span { border-color: rgb(104,69,60); }

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