#62403C

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

Shades of Metallic Copper #62403C

Tints of Metallic Copper #62403C

Color information

#62403C (or 0x62403C) is unknown color: approx Metallic Copper. HEX triplet: 62, 40 and 3C. RGB value is (98,64,60). Sum of RGB (Red+Green+Blue) = 98+64+60=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62403C is #9DBFC3. Grayscale: #494949. Windows color (decimal): -10338244 or 3948642. OLE color: 3948642.

HSL color Cylindrical-coordinate representation of color #62403C: hue angle of 6.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62403C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB986460-
CMYK00.350.390.62
HSL6.32º24.05%30.98%-
HSV(B)6.32º38.78%38.43%-
XYZ7.696.595.14-
YUV73.71120.26145.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=44.14%
G=28.83%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98646000.350.390.626.3224.0530.98
Hex62403C023273E6181f
Octal14210074043477663037
Binary1100010100000011110001000111001111111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,64,60); }

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

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

 a { background-color: rgb(98,64,60); }

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

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

 span { border-color: rgb(98,64,60); }

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