#61413C

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

Shades of Metallic Copper #61413C

Tints of Metallic Copper #61413C

Color information

#61413C (or 0x61413C) is unknown color: approx Metallic Copper. HEX triplet: 61, 41 and 3C. RGB value is (97,65,60). Sum of RGB (Red+Green+Blue) = 97+65+60=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61413C is #9EBEC3. Grayscale: #4A4A4A. Windows color (decimal): -10403524 or 3948897. OLE color: 3948897.

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

Color convert

RGB976560-
CMYK00.330.380.62
HSL8.11º23.57%30.78%-
HSV(B)8.11º38.14%38.04%-
XYZ7.646.655.16-
YUV74120.1144.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=43.69%
G=29.28%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97656000.330.380.628.1123.5730.78
Hex61413C021263E8181f
Octal141101740414676103037
Binary11000011000001111100010000110011011111010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,65,60); }

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

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

 a { background-color: rgb(97,65,60); }

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

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

 span { border-color: rgb(97,65,60); }

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