Shades of Metallic Copper #6B4030
Tints of Metallic Copper #6B4030
RGB
CMYK
RGB Variations
Color information
#6B4030 (or 0x6B4030) is known color: Metallic Copper. HEX triplet: 6B, 40 and 30. RGB value is (107,64,48). Sum of RGB (Red+Green+Blue) = 107+64+48=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4030 is #94BFCF. Grayscale: #4B4B4B. Windows color (decimal): -9748432 or 3162219. OLE color: 3162219.
HSL color Cylindrical-coordinate representation of color #6B4030: hue angle of 16.27º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B4030 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 48 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.58 |
| HSL | 16.27º | 0.38% | 0.3% | - |
| HSV(B) | 16.27º | 0.55% | 0.42% | - |
| XYZ | 8.43 | 7.01 | 3.7 | - |
| YUV | 75.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 48 | 0 | 0.40 | 0.55 | 0.58 | 16.27 | 0.38 | 0.3 |
| Hex | 6B | 40 | 30 | 0 | 28 | 37 | 3A | 10 | 26 | 1E |
| Octal | 153 | 100 | 60 | 0 | 50 | 67 | 72 | 20 | 46 | 36 |
| Binary | 1101011 | 1000000 | 110000 | 0 | 101000 | 110111 | 111010 | 10000 | 100110 | 11110 |
Color Harmonies of #6B4030
Complementary color
Monochromatic Colors of #6B4030
Black with #6B4030
Text Example
Text Example
White with #6B4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4030; }
p { color: rgb(107,64,48); }
H1.HeaderClassName
{
color: #6B4030;
}
.AnyTagClassName
{
color: #6B4030;
}
</style>
background-color css
<style>
a { background-color: #6B4030; }
a { background-color: rgb(107,64,48); }
div.DivClassName
{
background-color: #6B4030;
}
.BgClassName
{
background-color: #6B4030;
}
</style>
border-color css
<style>
span { border-color: #6B4030; }
span { border-color: rgb(107,64,48); }
td.TdClassName
{
border-color: #6B4030;
}
.TagClassName
{
border-color: #6B4030;
}
</style>