Shades of Metallic Copper #6B4038
Tints of Metallic Copper #6B4038
RGB
CMYK
RGB Variations
Color information
#6B4038 (or 0x6B4038) is known color: Metallic Copper. HEX triplet: 6B, 40 and 38. RGB value is (107,64,56). Sum of RGB (Red+Green+Blue) = 107+64+56=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4038 is #94BFC7. Grayscale: #4C4C4C. Windows color (decimal): -9748424 or 3686507. OLE color: 3686507.
HSL color Cylindrical-coordinate representation of color #6B4038: hue angle of 9.41º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4038 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 56 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.58 |
| HSL | 9.41º | 0.31% | 0.32% | - |
| HSV(B) | 9.41º | 0.48% | 0.42% | - |
| XYZ | 8.61 | 7.08 | 4.65 | - |
| YUV | 75.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 56 | 0 | 0.40 | 0.48 | 0.58 | 9.41 | 0.31 | 0.32 |
| Hex | 6B | 40 | 38 | 0 | 28 | 30 | 3A | 9 | 1F | 20 |
| Octal | 153 | 100 | 70 | 0 | 50 | 60 | 72 | 11 | 37 | 40 |
| Binary | 1101011 | 1000000 | 111000 | 0 | 101000 | 110000 | 111010 | 1001 | 11111 | 100000 |
Color Harmonies of #6B4038
Complementary color
Monochromatic Colors of #6B4038
Black with #6B4038
Text Example
Text Example
White with #6B4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4038; }
p { color: rgb(107,64,56); }
H1.HeaderClassName
{
color: #6B4038;
}
.AnyTagClassName
{
color: #6B4038;
}
</style>
background-color css
<style>
a { background-color: #6B4038; }
a { background-color: rgb(107,64,56); }
div.DivClassName
{
background-color: #6B4038;
}
.BgClassName
{
background-color: #6B4038;
}
</style>
border-color css
<style>
span { border-color: #6B4038; }
span { border-color: rgb(107,64,56); }
td.TdClassName
{
border-color: #6B4038;
}
.TagClassName
{
border-color: #6B4038;
}
</style>