#623F37

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

Shades of Metallic Copper #623F37

Tints of Metallic Copper #623F37

Color information

#623F37 (or 0x623F37) is unknown color: approx Metallic Copper. HEX triplet: 62, 3F and 37. RGB value is (98,63,55). Sum of RGB (Red+Green+Blue) = 98+63+55=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #623F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623F37 is #9DC0C8. Grayscale: #484848. Windows color (decimal): -10338505 or 3620706. OLE color: 3620706.

HSL color Cylindrical-coordinate representation of color #623F37: hue angle of 11.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #623F37 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB986355-
CMYK00.360.440.62
HSL11.16º28.1%30%-
HSV(B)11.16º43.88%38.43%-
XYZ7.56.434.46-
YUV72.55118.1146.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=45.37%
G=29.17%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98635500.360.440.6211.1628.130
Hex623F370242C3Eb1c1e
Octal14277670445476133436
Binary1100010111111110111010010010110011111010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623F37; }

 p { color: rgb(98,63,55); }

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

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

 a { background-color: rgb(98,63,55); }

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

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

 span { border-color: rgb(98,63,55); }

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