Shades of Metallic Copper #6B3E37
Tints of Metallic Copper #6B3E37
RGB
CMYK
RGB Variations
Color information
#6B3E37 (or 0x6B3E37) is known color: Metallic Copper. HEX triplet: 6B, 3E and 37. RGB value is (107,62,55). Sum of RGB (Red+Green+Blue) = 107+62+55=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E37 is #94C1C8. Grayscale: #4A4A4A. Windows color (decimal): -9748937 or 3620459. OLE color: 3620459.
HSL color Cylindrical-coordinate representation of color #6B3E37: hue angle of 8.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B3E37 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 62 | 55 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.58 |
| HSL | 8.08º | 0.32% | 0.32% | - |
| HSV(B) | 8.08º | 0.49% | 0.42% | - |
| XYZ | 8.48 | 6.85 | 4.49 | - |
| YUV | 74.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 55 | 0 | 0.42 | 0.49 | 0.58 | 8.08 | 0.32 | 0.32 |
| Hex | 6B | 3E | 37 | 0 | 2A | 31 | 3A | 8 | 20 | 20 |
| Octal | 153 | 76 | 67 | 0 | 52 | 61 | 72 | 10 | 40 | 40 |
| Binary | 1101011 | 111110 | 110111 | 0 | 101010 | 110001 | 111010 | 1000 | 100000 | 100000 |
Color Harmonies of #6B3E37
Complementary color
Monochromatic Colors of #6B3E37
Black with #6B3E37
Text Example
Text Example
White with #6B3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E37; }
p { color: rgb(107,62,55); }
H1.HeaderClassName
{
color: #6B3E37;
}
.AnyTagClassName
{
color: #6B3E37;
}
</style>
background-color css
<style>
a { background-color: #6B3E37; }
a { background-color: rgb(107,62,55); }
div.DivClassName
{
background-color: #6B3E37;
}
.BgClassName
{
background-color: #6B3E37;
}
</style>
border-color css
<style>
span { border-color: #6B3E37; }
span { border-color: rgb(107,62,55); }
td.TdClassName
{
border-color: #6B3E37;
}
.TagClassName
{
border-color: #6B3E37;
}
</style>