#613F39

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

Shades of Metallic Copper #613F39

Tints of Metallic Copper #613F39

Color information

#613F39 (or 0x613F39) is unknown color: approx Metallic Copper. HEX triplet: 61, 3F and 39. RGB value is (97,63,57). Sum of RGB (Red+Green+Blue) = 97+63+57=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F39 is #9EC0C6. Grayscale: #484848. Windows color (decimal): -10404039 or 3751777. OLE color: 3751777.

HSL color Cylindrical-coordinate representation of color #613F39: hue angle of 9º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #613F39 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB976357-
CMYK00.350.410.62
HSL25.97%30.2%-
HSV(B)41.24%38.04%-
XYZ7.456.394.71-
YUV72.48119.26145.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=44.70%
G=29.03%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97635700.350.410.62925.9730.2
Hex613F39023293E91a1e
Octal14177710435176113236
Binary1100001111111111001010001110100111111010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613F39; }

 p { color: rgb(97,63,57); }

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

<style>
 a { background-color: #613F39; }

 a { background-color: rgb(97,63,57); }

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

<style>
 span { border-color: #613F39; }

 span { border-color: rgb(97,63,57); }

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