Shades of Metallic Copper #6B3F32
Tints of Metallic Copper #6B3F32
RGB
CMYK
RGB Variations
Color information
#6B3F32 (or 0x6B3F32) is known color: Metallic Copper. HEX triplet: 6B, 3F and 32. RGB value is (107,63,50). Sum of RGB (Red+Green+Blue) = 107+63+50=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3F32 is #94C0CD. Grayscale: #4A4A4A. Windows color (decimal): -9748686 or 3293035. OLE color: 3293035.
HSL color Cylindrical-coordinate representation of color #6B3F32: hue angle of 13.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3F32 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 63 | 50 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.58 |
| HSL | 13.68º | 0.36% | 0.31% | - |
| HSV(B) | 13.68º | 0.53% | 0.42% | - |
| XYZ | 8.42 | 6.91 | 3.91 | - |
| YUV | 74.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 50 | 0 | 0.41 | 0.53 | 0.58 | 13.68 | 0.36 | 0.31 |
| Hex | 6B | 3F | 32 | 0 | 29 | 35 | 3A | E | 24 | 1F |
| Octal | 153 | 77 | 62 | 0 | 51 | 65 | 72 | 16 | 44 | 37 |
| Binary | 1101011 | 111111 | 110010 | 0 | 101001 | 110101 | 111010 | 1110 | 100100 | 11111 |
Color Harmonies of #6B3F32
Complementary color
Monochromatic Colors of #6B3F32
Black with #6B3F32
Text Example
Text Example
White with #6B3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3F32; }
p { color: rgb(107,63,50); }
H1.HeaderClassName
{
color: #6B3F32;
}
.AnyTagClassName
{
color: #6B3F32;
}
</style>
background-color css
<style>
a { background-color: #6B3F32; }
a { background-color: rgb(107,63,50); }
div.DivClassName
{
background-color: #6B3F32;
}
.BgClassName
{
background-color: #6B3F32;
}
</style>
border-color css
<style>
span { border-color: #6B3F32; }
span { border-color: rgb(107,63,50); }
td.TdClassName
{
border-color: #6B3F32;
}
.TagClassName
{
border-color: #6B3F32;
}
</style>