Shades of Metallic Copper #6C4033
Tints of Metallic Copper #6C4033
RGB
CMYK
RGB Variations
Color information
#6C4033 (or 0x6C4033) is known color: Metallic Copper. HEX triplet: 6C, 40 and 33. RGB value is (108,64,51). Sum of RGB (Red+Green+Blue) = 108+64+51=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4033 is #93BFCC. Grayscale: #4B4B4B. Windows color (decimal): -9682893 or 3358828. OLE color: 3358828.
HSL color Cylindrical-coordinate representation of color #6C4033: 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 #6C4033 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 51 | - |
| 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.62 | 7.09 | 4.05 | - |
| YUV | 75.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 51 | 0 | 0.41 | 0.53 | 0.58 | 13.68 | 0.36 | 0.31 |
| Hex | 6C | 40 | 33 | 0 | 29 | 35 | 3A | E | 24 | 1F |
| Octal | 154 | 100 | 63 | 0 | 51 | 65 | 72 | 16 | 44 | 37 |
| Binary | 1101100 | 1000000 | 110011 | 0 | 101001 | 110101 | 111010 | 1110 | 100100 | 11111 |
Color Harmonies of #6C4033
Complementary color
Monochromatic Colors of #6C4033
Black with #6C4033
Text Example
Text Example
White with #6C4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4033; }
p { color: rgb(108,64,51); }
H1.HeaderClassName
{
color: #6C4033;
}
.AnyTagClassName
{
color: #6C4033;
}
</style>
background-color css
<style>
a { background-color: #6C4033; }
a { background-color: rgb(108,64,51); }
div.DivClassName
{
background-color: #6C4033;
}
.BgClassName
{
background-color: #6C4033;
}
</style>
border-color css
<style>
span { border-color: #6C4033; }
span { border-color: rgb(108,64,51); }
td.TdClassName
{
border-color: #6C4033;
}
.TagClassName
{
border-color: #6C4033;
}
</style>