Shades of Metallic Copper #6C433D
Tints of Metallic Copper #6C433D
RGB
CMYK
RGB Variations
Color information
#6C433D (or 0x6C433D) is known color: Metallic Copper. HEX triplet: 6C, 43 and 3D. RGB value is (108,67,61). Sum of RGB (Red+Green+Blue) = 108+67+61=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 108 - color contains mainly: red. Hex color #6C433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C433D is #93BCC2. Grayscale: #4E4E4E. Windows color (decimal): -9682115 or 4014956. OLE color: 4014956.
HSL color Cylindrical-coordinate representation of color #6C433D: hue angle of 7.66º 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 #6C433D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 67 | 61 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.58 |
| HSL | 7.66º | 0.28% | 0.33% | - |
| HSV(B) | 7.66º | 0.44% | 0.42% | - |
| XYZ | 9.03 | 7.54 | 5.39 | - |
| YUV | 78.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 61 | 0 | 0.38 | 0.44 | 0.58 | 7.66 | 0.28 | 0.33 |
| Hex | 6C | 43 | 3D | 0 | 26 | 2C | 3A | 8 | 1C | 21 |
| Octal | 154 | 103 | 75 | 0 | 46 | 54 | 72 | 10 | 34 | 41 |
| Binary | 1101100 | 1000011 | 111101 | 0 | 100110 | 101100 | 111010 | 1000 | 11100 | 100001 |
Color Harmonies of #6C433D
Complementary color
Monochromatic Colors of #6C433D
Black with #6C433D
Text Example
Text Example
White with #6C433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C433D; }
p { color: rgb(108,67,61); }
H1.HeaderClassName
{
color: #6C433D;
}
.AnyTagClassName
{
color: #6C433D;
}
</style>
background-color css
<style>
a { background-color: #6C433D; }
a { background-color: rgb(108,67,61); }
div.DivClassName
{
background-color: #6C433D;
}
.BgClassName
{
background-color: #6C433D;
}
</style>
border-color css
<style>
span { border-color: #6C433D; }
span { border-color: rgb(108,67,61); }
td.TdClassName
{
border-color: #6C433D;
}
.TagClassName
{
border-color: #6C433D;
}
</style>