Shades of Metallic Copper #6B3F36
Tints of Metallic Copper #6B3F36
RGB
CMYK
RGB Variations
Color information
#6B3F36 (or 0x6B3F36) is known color: Metallic Copper. HEX triplet: 6B, 3F and 36. RGB value is (107,63,54). Sum of RGB (Red+Green+Blue) = 107+63+54=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3F36 is #94C0C9. Grayscale: #4B4B4B. Windows color (decimal): -9748682 or 3555179. OLE color: 3555179.
HSL color Cylindrical-coordinate representation of color #6B3F36: hue angle of 10.19º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3F36 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 63 | 54 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.58 |
| HSL | 10.19º | 0.33% | 0.32% | - |
| HSV(B) | 10.19º | 0.5% | 0.42% | - |
| XYZ | 8.51 | 6.95 | 4.38 | - |
| YUV | 75.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 54 | 0 | 0.41 | 0.50 | 0.58 | 10.19 | 0.33 | 0.32 |
| Hex | 6B | 3F | 36 | 0 | 29 | 32 | 3A | A | 21 | 20 |
| Octal | 153 | 77 | 66 | 0 | 51 | 62 | 72 | 12 | 41 | 40 |
| Binary | 1101011 | 111111 | 110110 | 0 | 101001 | 110010 | 111010 | 1010 | 100001 | 100000 |
Color Harmonies of #6B3F36
Complementary color
Monochromatic Colors of #6B3F36
Black with #6B3F36
Text Example
Text Example
White with #6B3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3F36; }
p { color: rgb(107,63,54); }
H1.HeaderClassName
{
color: #6B3F36;
}
.AnyTagClassName
{
color: #6B3F36;
}
</style>
background-color css
<style>
a { background-color: #6B3F36; }
a { background-color: rgb(107,63,54); }
div.DivClassName
{
background-color: #6B3F36;
}
.BgClassName
{
background-color: #6B3F36;
}
</style>
border-color css
<style>
span { border-color: #6B3F36; }
span { border-color: rgb(107,63,54); }
td.TdClassName
{
border-color: #6B3F36;
}
.TagClassName
{
border-color: #6B3F36;
}
</style>