Shades of Metallic Copper #6B3E2E
Tints of Metallic Copper #6B3E2E
RGB
CMYK
RGB Variations
Color information
#6B3E2E (or 0x6B3E2E) is known color: Metallic Copper. HEX triplet: 6B, 3E and 2E. RGB value is (107,62,46). Sum of RGB (Red+Green+Blue) = 107+62+46=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E2E is #94C1D1. Grayscale: #494949. Windows color (decimal): -9748946 or 3030635. OLE color: 3030635.
HSL color Cylindrical-coordinate representation of color #6B3E2E: hue angle of 15.74º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B3E2E is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 62 | 46 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.58 |
| HSL | 15.74º | 0.4% | 0.3% | - |
| HSV(B) | 15.74º | 0.57% | 0.42% | - |
| XYZ | 8.28 | 6.77 | 3.45 | - |
| YUV | 73.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 46 | 0 | 0.42 | 0.57 | 0.58 | 15.74 | 0.4 | 0.3 |
| Hex | 6B | 3E | 2E | 0 | 2A | 39 | 3A | 10 | 28 | 1E |
| Octal | 153 | 76 | 56 | 0 | 52 | 71 | 72 | 20 | 50 | 36 |
| Binary | 1101011 | 111110 | 101110 | 0 | 101010 | 111001 | 111010 | 10000 | 101000 | 11110 |
Color Harmonies of #6B3E2E
Complementary color
Monochromatic Colors of #6B3E2E
Black with #6B3E2E
Text Example
Text Example
White with #6B3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E2E; }
p { color: rgb(107,62,46); }
H1.HeaderClassName
{
color: #6B3E2E;
}
.AnyTagClassName
{
color: #6B3E2E;
}
</style>
background-color css
<style>
a { background-color: #6B3E2E; }
a { background-color: rgb(107,62,46); }
div.DivClassName
{
background-color: #6B3E2E;
}
.BgClassName
{
background-color: #6B3E2E;
}
</style>
border-color css
<style>
span { border-color: #6B3E2E; }
span { border-color: rgb(107,62,46); }
td.TdClassName
{
border-color: #6B3E2E;
}
.TagClassName
{
border-color: #6B3E2E;
}
</style>