Shades of Metallic Copper #6B463A
Tints of Metallic Copper #6B463A
RGB
CMYK
RGB Variations
Color information
#6B463A (or 0x6B463A) is known color: Metallic Copper. HEX triplet: 6B, 46 and 3A. RGB value is (107,70,58). Sum of RGB (Red+Green+Blue) = 107+70+58=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B463A is #94B9C5. Grayscale: #4F4F4F. Windows color (decimal): -9746886 or 3819115. OLE color: 3819115.
HSL color Cylindrical-coordinate representation of color #6B463A: hue angle of 14.69º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B463A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 70 | 58 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.58 |
| HSL | 14.69º | 0.3% | 0.32% | - |
| HSV(B) | 14.69º | 0.46% | 0.42% | - |
| XYZ | 9.02 | 7.81 | 5.04 | - |
| YUV | 79.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 58 | 0 | 0.35 | 0.46 | 0.58 | 14.69 | 0.3 | 0.32 |
| Hex | 6B | 46 | 3A | 0 | 23 | 2E | 3A | F | 1E | 20 |
| Octal | 153 | 106 | 72 | 0 | 43 | 56 | 72 | 17 | 36 | 40 |
| Binary | 1101011 | 1000110 | 111010 | 0 | 100011 | 101110 | 111010 | 1111 | 11110 | 100000 |
Color Harmonies of #6B463A
Complementary color
Monochromatic Colors of #6B463A
Black with #6B463A
Text Example
Text Example
White with #6B463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B463A; }
p { color: rgb(107,70,58); }
H1.HeaderClassName
{
color: #6B463A;
}
.AnyTagClassName
{
color: #6B463A;
}
</style>
background-color css
<style>
a { background-color: #6B463A; }
a { background-color: rgb(107,70,58); }
div.DivClassName
{
background-color: #6B463A;
}
.BgClassName
{
background-color: #6B463A;
}
</style>
border-color css
<style>
span { border-color: #6B463A; }
span { border-color: rgb(107,70,58); }
td.TdClassName
{
border-color: #6B463A;
}
.TagClassName
{
border-color: #6B463A;
}
</style>