Shades of Metallic Copper #6D433A
Tints of Metallic Copper #6D433A
RGB
CMYK
RGB Variations
Color information
#6D433A (or 0x6D433A) is known color: Metallic Copper. HEX triplet: 6D, 43 and 3A. RGB value is (109,67,58). Sum of RGB (Red+Green+Blue) = 109+67+58=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D433A is #92BCC5. Grayscale: #4E4E4E. Windows color (decimal): -9616582 or 3818349. OLE color: 3818349.
HSL color Cylindrical-coordinate representation of color #6D433A: hue angle of 10.59º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D433A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 58 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.57 |
| HSL | 10.59º | 0.31% | 0.33% | - |
| HSV(B) | 10.59º | 0.47% | 0.43% | - |
| XYZ | 9.08 | 7.57 | 4.99 | - |
| YUV | 78.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 58 | 0 | 0.39 | 0.47 | 0.57 | 10.59 | 0.31 | 0.33 |
| Hex | 6D | 43 | 3A | 0 | 27 | 2F | 39 | B | 1F | 21 |
| Octal | 155 | 103 | 72 | 0 | 47 | 57 | 71 | 13 | 37 | 41 |
| Binary | 1101101 | 1000011 | 111010 | 0 | 100111 | 101111 | 111001 | 1011 | 11111 | 100001 |
Color Harmonies of #6D433A
Complementary color
Monochromatic Colors of #6D433A
Black with #6D433A
Text Example
Text Example
White with #6D433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D433A; }
p { color: rgb(109,67,58); }
H1.HeaderClassName
{
color: #6D433A;
}
.AnyTagClassName
{
color: #6D433A;
}
</style>
background-color css
<style>
a { background-color: #6D433A; }
a { background-color: rgb(109,67,58); }
div.DivClassName
{
background-color: #6D433A;
}
.BgClassName
{
background-color: #6D433A;
}
</style>
border-color css
<style>
span { border-color: #6D433A; }
span { border-color: rgb(109,67,58); }
td.TdClassName
{
border-color: #6D433A;
}
.TagClassName
{
border-color: #6D433A;
}
</style>