#60413C

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

Shades of Metallic Copper #60413C

Tints of Metallic Copper #60413C

Color information

#60413C (or 0x60413C) is unknown color: approx Metallic Copper. HEX triplet: 60, 41 and 3C. RGB value is (96,65,60). Sum of RGB (Red+Green+Blue) = 96+65+60=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60413C is #9FBEC3. Grayscale: #494949. Windows color (decimal): -10469060 or 3948896. OLE color: 3948896.

HSL color Cylindrical-coordinate representation of color #60413C: hue angle of 8.33º degrees, saturation: 0.23, 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 #60413C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB966560-
CMYK00.320.380.62
HSL8.33º23.08%30.59%-
HSV(B)8.33º37.5%37.65%-
XYZ7.536.595.15-
YUV73.7120.27143.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=43.44%
G=29.41%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96656000.320.380.628.3323.0830.59
Hex60413C020263E8171f
Octal140101740404676102737
Binary11000001000001111100010000010011011111010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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