Shades of Metallic Copper #603F39
Tints of Metallic Copper #603F39
RGB
CMYK
RGB Variations
Color information
#603F39 (or 0x603F39) is known color: Metallic Copper. HEX triplet: 60, 3F and 39. RGB value is (96,63,57). Sum of RGB (Red+Green+Blue) = 96+63+57=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #603F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F39 is #9FC0C6. Grayscale: #484848. Windows color (decimal): -10469575 or 3751776. OLE color: 3751776.
HSL color Cylindrical-coordinate representation of color #603F39: 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.41%. Process color model (Four color, CMYK) of #603F39 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 57 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.62 |
| HSL | 9.23º | 0.25% | 0.3% | - |
| HSV(B) | 9.23º | 0.41% | 0.38% | - |
| XYZ | 7.34 | 6.34 | 4.71 | - |
| YUV | 72.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 57 | 0 | 0.34 | 0.41 | 0.62 | 9.23 | 0.25 | 0.3 |
| Hex | 60 | 3F | 39 | 0 | 22 | 29 | 3E | 9 | 19 | 1E |
| Octal | 140 | 77 | 71 | 0 | 42 | 51 | 76 | 11 | 31 | 36 |
| Binary | 1100000 | 111111 | 111001 | 0 | 100010 | 101001 | 111110 | 1001 | 11001 | 11110 |
Color Harmonies of #603F39
Complementary color
Monochromatic Colors of #603F39
Black with #603F39
Text Example
Text Example
White with #603F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F39; }
p { color: rgb(96,63,57); }
H1.HeaderClassName
{
color: #603F39;
}
.AnyTagClassName
{
color: #603F39;
}
</style>
background-color css
<style>
a { background-color: #603F39; }
a { background-color: rgb(96,63,57); }
div.DivClassName
{
background-color: #603F39;
}
.BgClassName
{
background-color: #603F39;
}
</style>
border-color css
<style>
span { border-color: #603F39; }
span { border-color: rgb(96,63,57); }
td.TdClassName
{
border-color: #603F39;
}
.TagClassName
{
border-color: #603F39;
}
</style>