#68443A

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

Shades of Metallic Copper #68443A

Tints of Metallic Copper #68443A

Color information

#68443A (or 0x68443A) is unknown color: approx Metallic Copper. HEX triplet: 68, 44 and 3A. RGB value is (104,68,58). Sum of RGB (Red+Green+Blue) = 104+68+58=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68443A is #97BBC5. Grayscale: #4D4D4D. Windows color (decimal): -9944006 or 3818600. OLE color: 3818600.

HSL color Cylindrical-coordinate representation of color #68443A: hue angle of 13.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68443A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1046858-
CMYK00.350.440.59
HSL13.04º28.4%31.76%-
HSV(B)13.04º44.23%40.78%-
XYZ8.547.384.98-
YUV77.62116.93146.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=45.22%
G=29.57%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104685800.350.440.5913.0428.431.76
Hex68443A0232C3Bd1c20
Octal150104720435473153440
Binary110100010001001110100100011101100111011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68443A; }

 p { color: rgb(104,68,58); }

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

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

 a { background-color: rgb(104,68,58); }

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

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

 span { border-color: rgb(104,68,58); }

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