#68443B

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

Shades of Metallic Copper #68443B

Tints of Metallic Copper #68443B

Color information

#68443B (or 0x68443B) is unknown color: approx Metallic Copper. HEX triplet: 68, 44 and 3B. RGB value is (104,68,59). Sum of RGB (Red+Green+Blue) = 104+68+59=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68443B is #97BBC4. Grayscale: #4D4D4D. Windows color (decimal): -9944005 or 3884136. OLE color: 3884136.

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

Color convert

RGB1046859-
CMYK00.350.430.59
HSL12º27.61%31.96%-
HSV(B)12º43.27%40.78%-
XYZ8.577.395.11-
YUV77.74117.43146.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=45.02%
G=29.44%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104685900.350.430.591227.6131.96
Hex68443B0232B3Bc1c20
Octal150104730435373143440
Binary110100010001001110110100011101011111011110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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