Shades of Metallic Copper #6D4233
Tints of Metallic Copper #6D4233
RGB
CMYK
RGB Variations
Color information
#6D4233 (or 0x6D4233) is known color: Metallic Copper. HEX triplet: 6D, 42 and 33. RGB value is (109,66,51). Sum of RGB (Red+Green+Blue) = 109+66+51=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4233 is #92BDCC. Grayscale: #4D4D4D. Windows color (decimal): -9616845 or 3359341. OLE color: 3359341.
HSL color Cylindrical-coordinate representation of color #6D4233: hue angle of 15.52º 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 #6D4233 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 51 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.57 |
| HSL | 15.52º | 0.36% | 0.31% | - |
| HSV(B) | 15.52º | 0.53% | 0.43% | - |
| XYZ | 8.85 | 7.39 | 4.09 | - |
| YUV | 77.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 51 | 0 | 0.39 | 0.53 | 0.57 | 15.52 | 0.36 | 0.31 |
| Hex | 6D | 42 | 33 | 0 | 27 | 35 | 39 | 10 | 24 | 1F |
| Octal | 155 | 102 | 63 | 0 | 47 | 65 | 71 | 20 | 44 | 37 |
| Binary | 1101101 | 1000010 | 110011 | 0 | 100111 | 110101 | 111001 | 10000 | 100100 | 11111 |
Color Harmonies of #6D4233
Complementary color
Monochromatic Colors of #6D4233
Black with #6D4233
Text Example
Text Example
White with #6D4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4233; }
p { color: rgb(109,66,51); }
H1.HeaderClassName
{
color: #6D4233;
}
.AnyTagClassName
{
color: #6D4233;
}
</style>
background-color css
<style>
a { background-color: #6D4233; }
a { background-color: rgb(109,66,51); }
div.DivClassName
{
background-color: #6D4233;
}
.BgClassName
{
background-color: #6D4233;
}
</style>
border-color css
<style>
span { border-color: #6D4233; }
span { border-color: rgb(109,66,51); }
td.TdClassName
{
border-color: #6D4233;
}
.TagClassName
{
border-color: #6D4233;
}
</style>