Shades of Metallic Copper #6D3F33
Tints of Metallic Copper #6D3F33
RGB
CMYK
RGB Variations
Color information
#6D3F33 (or 0x6D3F33) is known color: Metallic Copper. HEX triplet: 6D, 3F and 33. RGB value is (109,63,51). Sum of RGB (Red+Green+Blue) = 109+63+51=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F33 is #92C0CC. Grayscale: #4B4B4B. Windows color (decimal): -9617613 or 3358573. OLE color: 3358573.
HSL color Cylindrical-coordinate representation of color #6D3F33: hue angle of 12.41º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3F33 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 63 | 51 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.57 |
| HSL | 12.41º | 0.36% | 0.31% | - |
| HSV(B) | 12.41º | 0.53% | 0.43% | - |
| XYZ | 8.68 | 7.05 | 4.03 | - |
| YUV | 75.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 51 | 0 | 0.42 | 0.53 | 0.57 | 12.41 | 0.36 | 0.31 |
| Hex | 6D | 3F | 33 | 0 | 2A | 35 | 39 | C | 24 | 1F |
| Octal | 155 | 77 | 63 | 0 | 52 | 65 | 71 | 14 | 44 | 37 |
| Binary | 1101101 | 111111 | 110011 | 0 | 101010 | 110101 | 111001 | 1100 | 100100 | 11111 |
Color Harmonies of #6D3F33
Complementary color
Monochromatic Colors of #6D3F33
Black with #6D3F33
Text Example
Text Example
White with #6D3F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3F33; }
p { color: rgb(109,63,51); }
H1.HeaderClassName
{
color: #6D3F33;
}
.AnyTagClassName
{
color: #6D3F33;
}
</style>
background-color css
<style>
a { background-color: #6D3F33; }
a { background-color: rgb(109,63,51); }
div.DivClassName
{
background-color: #6D3F33;
}
.BgClassName
{
background-color: #6D3F33;
}
</style>
border-color css
<style>
span { border-color: #6D3F33; }
span { border-color: rgb(109,63,51); }
td.TdClassName
{
border-color: #6D3F33;
}
.TagClassName
{
border-color: #6D3F33;
}
</style>