#623F3B

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

Shades of Metallic Copper #623F3B

Tints of Metallic Copper #623F3B

Color information

#623F3B (or 0x623F3B) is unknown color: approx Metallic Copper. HEX triplet: 62, 3F and 3B. RGB value is (98,63,59). Sum of RGB (Red+Green+Blue) = 98+63+59=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #623F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623F3B is #9DC0C4. Grayscale: #494949. Windows color (decimal): -10338501 or 3882850. OLE color: 3882850.

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

Color convert

RGB986359-
CMYK00.360.400.62
HSL6.15º24.84%30.78%-
HSV(B)6.15º39.8%38.43%-
XYZ7.66.474.99-
YUV73.01120.1145.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=44.55%
G=28.64%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98635900.360.400.626.1524.8430.78
Hex623F3B024283E6191f
Octal1427773044507663137
Binary110001011111111101101001001010001111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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