Shades of Metallic Copper #60413C
Tints of Metallic Copper #60413C
RGB
CMYK
RGB Variations
Color information
#60413C (or 0x60413C) is known color: 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
| RGB | 96 | 65 | 60 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.62 |
| HSL | 8.33º | 0.23% | 0.31% | - |
| HSV(B) | 8.33º | 0.38% | 0.38% | - |
| XYZ | 7.53 | 6.59 | 5.15 | - |
| YUV | 73.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 60 | 0 | 0.32 | 0.38 | 0.62 | 8.33 | 0.23 | 0.31 |
| Hex | 60 | 41 | 3C | 0 | 20 | 26 | 3E | 8 | 17 | 1F |
| Octal | 140 | 101 | 74 | 0 | 40 | 46 | 76 | 10 | 27 | 37 |
| Binary | 1100000 | 1000001 | 111100 | 0 | 100000 | 100110 | 111110 | 1000 | 10111 | 11111 |
Color Harmonies of #60413C
Complementary color
Monochromatic Colors of #60413C
Black with #60413C
Text Example
Text Example
White with #60413C
Text Example
Text Example
HTML Codes & Css Web 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>