Shades of Metallic Copper #6D3F36
Tints of Metallic Copper #6D3F36
RGB
CMYK
RGB Variations
Color information
#6D3F36 (or 0x6D3F36) is known color: Metallic Copper. HEX triplet: 6D, 3F and 36. RGB value is (109,63,54). Sum of RGB (Red+Green+Blue) = 109+63+54=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F36 is #92C0C9. Grayscale: #4B4B4B. Windows color (decimal): -9617610 or 3555181. OLE color: 3555181.
HSL color Cylindrical-coordinate representation of color #6D3F36: hue angle of 9.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3F36 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 63 | 54 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.57 |
| HSL | 9.82º | 0.34% | 0.32% | - |
| HSV(B) | 9.82º | 0.5% | 0.43% | - |
| XYZ | 8.75 | 7.07 | 4.39 | - |
| YUV | 75.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 54 | 0 | 0.42 | 0.50 | 0.57 | 9.82 | 0.34 | 0.32 |
| Hex | 6D | 3F | 36 | 0 | 2A | 32 | 39 | A | 22 | 20 |
| Octal | 155 | 77 | 66 | 0 | 52 | 62 | 71 | 12 | 42 | 40 |
| Binary | 1101101 | 111111 | 110110 | 0 | 101010 | 110010 | 111001 | 1010 | 100010 | 100000 |
Color Harmonies of #6D3F36
Complementary color
Monochromatic Colors of #6D3F36
Black with #6D3F36
Text Example
Text Example
White with #6D3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3F36; }
p { color: rgb(109,63,54); }
H1.HeaderClassName
{
color: #6D3F36;
}
.AnyTagClassName
{
color: #6D3F36;
}
</style>
background-color css
<style>
a { background-color: #6D3F36; }
a { background-color: rgb(109,63,54); }
div.DivClassName
{
background-color: #6D3F36;
}
.BgClassName
{
background-color: #6D3F36;
}
</style>
border-color css
<style>
span { border-color: #6D3F36; }
span { border-color: rgb(109,63,54); }
td.TdClassName
{
border-color: #6D3F36;
}
.TagClassName
{
border-color: #6D3F36;
}
</style>