#634039

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

Shades of Metallic Copper #634039

Tints of Metallic Copper #634039

Color information

#634039 (or 0x634039) is unknown color: approx Metallic Copper. HEX triplet: 63, 40 and 39. RGB value is (99,64,57). Sum of RGB (Red+Green+Blue) = 99+64+57=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #634039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634039 is #9CBFC6. Grayscale: #494949. Windows color (decimal): -10272711 or 3752035. OLE color: 3752035.

HSL color Cylindrical-coordinate representation of color #634039: hue angle of 10º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #634039 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB996457-
CMYK00.350.420.61
HSL10º26.92%30.59%-
HSV(B)10º42.42%38.82%-
XYZ7.726.614.74-
YUV73.67118.6146.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=45%
G=29.09%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99645700.350.420.611026.9230.59
Hex6340390232A3Da1b1f
Octal143100710435275123337
Binary11000111000000111001010001110101011110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634039; }

 p { color: rgb(99,64,57); }

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

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

 a { background-color: rgb(99,64,57); }

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

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

 span { border-color: rgb(99,64,57); }

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