Shades of Metallic Copper #6C453D
Tints of Metallic Copper #6C453D
RGB
CMYK
RGB Variations
Color information
#6C453D (or 0x6C453D) is known color: Metallic Copper. HEX triplet: 6C, 45 and 3D. RGB value is (108,69,61). Sum of RGB (Red+Green+Blue) = 108+69+61=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C453D is #93BAC2. Grayscale: #4F4F4F. Windows color (decimal): -9681603 or 4015468. OLE color: 4015468.
HSL color Cylindrical-coordinate representation of color #6C453D: hue angle of 10.21º 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 #6C453D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 69 | 61 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.58 |
| HSL | 10.21º | 0.28% | 0.33% | - |
| HSV(B) | 10.21º | 0.44% | 0.42% | - |
| XYZ | 9.15 | 7.78 | 5.43 | - |
| YUV | 79.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 69 | 61 | 0 | 0.36 | 0.44 | 0.58 | 10.21 | 0.28 | 0.33 |
| Hex | 6C | 45 | 3D | 0 | 24 | 2C | 3A | A | 1C | 21 |
| Octal | 154 | 105 | 75 | 0 | 44 | 54 | 72 | 12 | 34 | 41 |
| Binary | 1101100 | 1000101 | 111101 | 0 | 100100 | 101100 | 111010 | 1010 | 11100 | 100001 |
Color Harmonies of #6C453D
Complementary color
Monochromatic Colors of #6C453D
Black with #6C453D
Text Example
Text Example
White with #6C453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C453D; }
p { color: rgb(108,69,61); }
H1.HeaderClassName
{
color: #6C453D;
}
.AnyTagClassName
{
color: #6C453D;
}
</style>
background-color css
<style>
a { background-color: #6C453D; }
a { background-color: rgb(108,69,61); }
div.DivClassName
{
background-color: #6C453D;
}
.BgClassName
{
background-color: #6C453D;
}
</style>
border-color css
<style>
span { border-color: #6C453D; }
span { border-color: rgb(108,69,61); }
td.TdClassName
{
border-color: #6C453D;
}
.TagClassName
{
border-color: #6C453D;
}
</style>