Shades of Metallic Copper #6D453C
Tints of Metallic Copper #6D453C
RGB
CMYK
RGB Variations
Color information
#6D453C (or 0x6D453C) is known color: Metallic Copper. HEX triplet: 6D, 45 and 3C. RGB value is (109,69,60). Sum of RGB (Red+Green+Blue) = 109+69+60=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D453C is #92BAC3. Grayscale: #505050. Windows color (decimal): -9616068 or 3949933. OLE color: 3949933.
HSL color Cylindrical-coordinate representation of color #6D453C: hue angle of 11.02º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D453C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 60 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.57 |
| HSL | 11.02º | 0.29% | 0.33% | - |
| HSV(B) | 11.02º | 0.45% | 0.43% | - |
| XYZ | 9.25 | 7.83 | 5.3 | - |
| YUV | 79.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 60 | 0 | 0.37 | 0.45 | 0.57 | 11.02 | 0.29 | 0.33 |
| Hex | 6D | 45 | 3C | 0 | 25 | 2D | 39 | B | 1D | 21 |
| Octal | 155 | 105 | 74 | 0 | 45 | 55 | 71 | 13 | 35 | 41 |
| Binary | 1101101 | 1000101 | 111100 | 0 | 100101 | 101101 | 111001 | 1011 | 11101 | 100001 |
Color Harmonies of #6D453C
Complementary color
Monochromatic Colors of #6D453C
Black with #6D453C
Text Example
Text Example
White with #6D453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D453C; }
p { color: rgb(109,69,60); }
H1.HeaderClassName
{
color: #6D453C;
}
.AnyTagClassName
{
color: #6D453C;
}
</style>
background-color css
<style>
a { background-color: #6D453C; }
a { background-color: rgb(109,69,60); }
div.DivClassName
{
background-color: #6D453C;
}
.BgClassName
{
background-color: #6D453C;
}
</style>
border-color css
<style>
span { border-color: #6D453C; }
span { border-color: rgb(109,69,60); }
td.TdClassName
{
border-color: #6D453C;
}
.TagClassName
{
border-color: #6D453C;
}
</style>