Shades of Metallic Copper #6C443D
Tints of Metallic Copper #6C443D
RGB
CMYK
RGB Variations
Color information
#6C443D (or 0x6C443D) is known color: Metallic Copper. HEX triplet: 6C, 44 and 3D. RGB value is (108,68,61). Sum of RGB (Red+Green+Blue) = 108+68+61=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C443D is #93BBC2. Grayscale: #4F4F4F. Windows color (decimal): -9681859 or 4015212. OLE color: 4015212.
HSL color Cylindrical-coordinate representation of color #6C443D: hue angle of 8.94º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C443D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 61 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.58 |
| HSL | 8.94º | 0.28% | 0.33% | - |
| HSV(B) | 8.94º | 0.44% | 0.42% | - |
| XYZ | 9.09 | 7.66 | 5.41 | - |
| YUV | 79.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 61 | 0 | 0.37 | 0.44 | 0.58 | 8.94 | 0.28 | 0.33 |
| Hex | 6C | 44 | 3D | 0 | 25 | 2C | 3A | 9 | 1C | 21 |
| Octal | 154 | 104 | 75 | 0 | 45 | 54 | 72 | 11 | 34 | 41 |
| Binary | 1101100 | 1000100 | 111101 | 0 | 100101 | 101100 | 111010 | 1001 | 11100 | 100001 |
Color Harmonies of #6C443D
Complementary color
Monochromatic Colors of #6C443D
Black with #6C443D
Text Example
Text Example
White with #6C443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C443D; }
p { color: rgb(108,68,61); }
H1.HeaderClassName
{
color: #6C443D;
}
.AnyTagClassName
{
color: #6C443D;
}
</style>
background-color css
<style>
a { background-color: #6C443D; }
a { background-color: rgb(108,68,61); }
div.DivClassName
{
background-color: #6C443D;
}
.BgClassName
{
background-color: #6C443D;
}
</style>
border-color css
<style>
span { border-color: #6C443D; }
span { border-color: rgb(108,68,61); }
td.TdClassName
{
border-color: #6C443D;
}
.TagClassName
{
border-color: #6C443D;
}
</style>