#62423B

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

Shades of Metallic Copper #62423B

Tints of Metallic Copper #62423B

Color information

#62423B (or 0x62423B) is unknown color: approx Metallic Copper. HEX triplet: 62, 42 and 3B. RGB value is (98,66,59). Sum of RGB (Red+Green+Blue) = 98+66+59=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #62423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62423B is #9DBDC4. Grayscale: #4A4A4A. Windows color (decimal): -10337733 or 3883618. OLE color: 3883618.

HSL color Cylindrical-coordinate representation of color #62423B: hue angle of 10.77º 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 #62423B is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB986659-
CMYK00.330.400.62
HSL10.77º24.84%30.78%-
HSV(B)10.77º39.8%38.43%-
XYZ7.776.815.04-
YUV74.77119.1144.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=43.95%
G=29.60%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98665900.330.400.6210.7724.8430.78
Hex62423B021283Eb191f
Octal142102730415076133137
Binary11000101000010111011010000110100011111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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