#61403A

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

Shades of Metallic Copper #61403A

Tints of Metallic Copper #61403A

Color information

#61403A (or 0x61403A) is unknown color: approx Metallic Copper. HEX triplet: 61, 40 and 3A. RGB value is (97,64,58). Sum of RGB (Red+Green+Blue) = 97+64+58=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #61403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61403A is #9EBFC5. Grayscale: #494949. Windows color (decimal): -10403782 or 3817569. OLE color: 3817569.

HSL color Cylindrical-coordinate representation of color #61403A: hue angle of 9.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61403A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB976458-
CMYK00.340.400.62
HSL9.23º25.16%30.39%-
HSV(B)9.23º40.21%38.04%-
XYZ7.536.514.86-
YUV73.18119.43144.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=44.29%
G=29.22%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97645800.340.400.629.2325.1630.39
Hex61403A022283E9191e
Octal141100720425076113136
Binary11000011000000111010010001010100011111010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61403A; }

 p { color: rgb(97,64,58); }

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

<style>
 a { background-color: #61403A; }

 a { background-color: rgb(97,64,58); }

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

<style>
 span { border-color: #61403A; }

 span { border-color: rgb(97,64,58); }

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