#63413C

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

Shades of Metallic Copper #63413C

Tints of Metallic Copper #63413C

Color information

#63413C (or 0x63413C) is unknown color: approx Metallic Copper. HEX triplet: 63, 41 and 3C. RGB value is (99,65,60). Sum of RGB (Red+Green+Blue) = 99+65+60=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63413C is #9CBEC3. Grayscale: #4A4A4A. Windows color (decimal): -10272452 or 3948899. OLE color: 3948899.

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

Color convert

RGB996560-
CMYK00.340.390.61
HSL7.69º24.53%31.18%-
HSV(B)7.69º39.39%38.82%-
XYZ7.856.765.17-
YUV74.6119.76145.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=44.20%
G=29.02%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99656000.340.390.617.6924.5331.18
Hex63413C022273D8191f
Octal143101740424775103137
Binary11000111000001111100010001010011111110110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63413C; }

 p { color: rgb(99,65,60); }

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

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

 a { background-color: rgb(99,65,60); }

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

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

 span { border-color: rgb(99,65,60); }

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