#684033

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

Shades of Metallic Copper #684033

Tints of Metallic Copper #684033

Color information

#684033 (or 0x684033) is unknown color: approx Metallic Copper. HEX triplet: 68, 40 and 33. RGB value is (104,64,51). Sum of RGB (Red+Green+Blue) = 104+64+51=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #684033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684033 is #97BFCC. Grayscale: #4A4A4A. Windows color (decimal): -9945037 or 3358824. OLE color: 3358824.

HSL color Cylindrical-coordinate representation of color #684033: hue angle of 14.72º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684033 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1046451-
CMYK00.380.510.59
HSL14.72º34.19%30.39%-
HSV(B)14.72º50.96%40.78%-
XYZ8.146.854.02-
YUV74.48114.75149.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=47.49%
G=29.22%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104645100.380.510.5914.7234.1930.39
Hex684033026333Bf221e
Octal150100630466373174236
Binary110100010000001100110100110110011111011111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684033; }

 p { color: rgb(104,64,51); }

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

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

 a { background-color: rgb(104,64,51); }

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

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

 span { border-color: rgb(104,64,51); }

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