Shades of Metallic Copper #6E433D
Tints of Metallic Copper #6E433D
RGB
CMYK
RGB Variations
Color information
#6E433D (or 0x6E433D) is known color: Metallic Copper. HEX triplet: 6E, 43 and 3D. RGB value is (110,67,61). Sum of RGB (Red+Green+Blue) = 110+67+61=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 110 - color contains mainly: red. Hex color #6E433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E433D is #91BCC2. Grayscale: #4F4F4F. Windows color (decimal): -9551043 or 4014958. OLE color: 4014958.
HSL color Cylindrical-coordinate representation of color #6E433D: hue angle of 7.35º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E433D is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 61 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.57 |
| HSL | 7.35º | 0.29% | 0.34% | - |
| HSV(B) | 7.35º | 0.45% | 0.43% | - |
| XYZ | 9.28 | 7.67 | 5.41 | - |
| YUV | 79.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 61 | 0 | 0.39 | 0.45 | 0.57 | 7.35 | 0.29 | 0.34 |
| Hex | 6E | 43 | 3D | 0 | 27 | 2D | 39 | 7 | 1D | 22 |
| Octal | 156 | 103 | 75 | 0 | 47 | 55 | 71 | 7 | 35 | 42 |
| Binary | 1101110 | 1000011 | 111101 | 0 | 100111 | 101101 | 111001 | 111 | 11101 | 100010 |
Color Harmonies of #6E433D
Complementary color
Monochromatic Colors of #6E433D
Black with #6E433D
Text Example
Text Example
White with #6E433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E433D; }
p { color: rgb(110,67,61); }
H1.HeaderClassName
{
color: #6E433D;
}
.AnyTagClassName
{
color: #6E433D;
}
</style>
background-color css
<style>
a { background-color: #6E433D; }
a { background-color: rgb(110,67,61); }
div.DivClassName
{
background-color: #6E433D;
}
.BgClassName
{
background-color: #6E433D;
}
</style>
border-color css
<style>
span { border-color: #6E433D; }
span { border-color: rgb(110,67,61); }
td.TdClassName
{
border-color: #6E433D;
}
.TagClassName
{
border-color: #6E433D;
}
</style>