#62413B

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

Shades of Metallic Copper #62413B

Tints of Metallic Copper #62413B

Color information

#62413B (or 0x62413B) is unknown color: approx Metallic Copper. HEX triplet: 62, 41 and 3B. RGB value is (98,65,59). Sum of RGB (Red+Green+Blue) = 98+65+59=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62413B is #9DBEC4. Grayscale: #4A4A4A. Windows color (decimal): -10337989 or 3883362. OLE color: 3883362.

HSL color Cylindrical-coordinate representation of color #62413B: hue angle of 9.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62413B is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB986559-
CMYK00.340.400.62
HSL9.23º24.84%30.78%-
HSV(B)9.23º39.8%38.43%-
XYZ7.726.695.02-
YUV74.18119.43144.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=44.14%
G=29.28%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98655900.340.400.629.2324.8430.78
Hex62413B022283E9191f
Octal142101730425076113137
Binary11000101000001111011010001010100011111010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,65,59); }

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

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

 a { background-color: rgb(98,65,59); }

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

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

 span { border-color: rgb(98,65,59); }

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