Shades of Metallic Copper #6D3932
Tints of Metallic Copper #6D3932
RGB
CMYK
RGB Variations
Color information
#6D3932 (or 0x6D3932) is known color: Metallic Copper. HEX triplet: 6D, 39 and 32. RGB value is (109,57,50). Sum of RGB (Red+Green+Blue) = 109+57+50=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3932 is #92C6CD. Grayscale: #474747. Windows color (decimal): -9619150 or 3291501. OLE color: 3291501.
HSL color Cylindrical-coordinate representation of color #6D3932: hue angle of 7.12º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3932 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 50 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.57 |
| HSL | 7.12º | 0.37% | 0.31% | - |
| HSV(B) | 7.12º | 0.54% | 0.43% | - |
| XYZ | 8.35 | 6.41 | 3.81 | - |
| YUV | 71.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 50 | 0 | 0.48 | 0.54 | 0.57 | 7.12 | 0.37 | 0.31 |
| Hex | 6D | 39 | 32 | 0 | 30 | 36 | 39 | 7 | 25 | 1F |
| Octal | 155 | 71 | 62 | 0 | 60 | 66 | 71 | 7 | 45 | 37 |
| Binary | 1101101 | 111001 | 110010 | 0 | 110000 | 110110 | 111001 | 111 | 100101 | 11111 |
Color Harmonies of #6D3932
Complementary color
Monochromatic Colors of #6D3932
Black with #6D3932
Text Example
Text Example
White with #6D3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3932; }
p { color: rgb(109,57,50); }
H1.HeaderClassName
{
color: #6D3932;
}
.AnyTagClassName
{
color: #6D3932;
}
</style>
background-color css
<style>
a { background-color: #6D3932; }
a { background-color: rgb(109,57,50); }
div.DivClassName
{
background-color: #6D3932;
}
.BgClassName
{
background-color: #6D3932;
}
</style>
border-color css
<style>
span { border-color: #6D3932; }
span { border-color: rgb(109,57,50); }
td.TdClassName
{
border-color: #6D3932;
}
.TagClassName
{
border-color: #6D3932;
}
</style>