#68433F

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

Shades of Metallic Copper #68433F

Tints of Metallic Copper #68433F

Color information

#68433F (or 0x68433F) is unknown color: approx Metallic Copper. HEX triplet: 68, 43 and 3F. RGB value is (104,67,63). Sum of RGB (Red+Green+Blue) = 104+67+63=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68433F is #97BCC0. Grayscale: #4D4D4D. Windows color (decimal): -9944257 or 4146024. OLE color: 4146024.

HSL color Cylindrical-coordinate representation of color #68433F: hue angle of 5.85º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68433F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1046763-
CMYK00.360.390.59
HSL5.85º24.55%32.75%-
HSV(B)5.85º39.42%40.78%-
XYZ8.617.325.66-
YUV77.61119.76146.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 63 (25% from 255) = 26.92%
R=44.44%
G=28.63%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104676300.360.390.595.8524.5532.75
Hex68433F024273B61921
Octal15010377044477363141
Binary11010001000011111111010010010011111101111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68433F; }

 p { color: rgb(104,67,63); }

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

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

 a { background-color: rgb(104,67,63); }

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

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

 span { border-color: rgb(104,67,63); }

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