Shades of Metallic Copper #6E433A
Tints of Metallic Copper #6E433A
RGB
CMYK
RGB Variations
Color information
#6E433A (or 0x6E433A) is known color: Metallic Copper. HEX triplet: 6E, 43 and 3A. RGB value is (110,67,58). Sum of RGB (Red+Green+Blue) = 110+67+58=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E433A is #91BCC5. Grayscale: #4E4E4E. Windows color (decimal): -9551046 or 3818350. OLE color: 3818350.
HSL color Cylindrical-coordinate representation of color #6E433A: hue angle of 10.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E433A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 58 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.57 |
| HSL | 10.38º | 0.31% | 0.33% | - |
| HSV(B) | 10.38º | 0.47% | 0.43% | - |
| XYZ | 9.2 | 7.63 | 4.99 | - |
| YUV | 78.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 58 | 0 | 0.39 | 0.47 | 0.57 | 10.38 | 0.31 | 0.33 |
| Hex | 6E | 43 | 3A | 0 | 27 | 2F | 39 | A | 1F | 21 |
| Octal | 156 | 103 | 72 | 0 | 47 | 57 | 71 | 12 | 37 | 41 |
| Binary | 1101110 | 1000011 | 111010 | 0 | 100111 | 101111 | 111001 | 1010 | 11111 | 100001 |
Color Harmonies of #6E433A
Complementary color
Monochromatic Colors of #6E433A
Black with #6E433A
Text Example
Text Example
White with #6E433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E433A; }
p { color: rgb(110,67,58); }
H1.HeaderClassName
{
color: #6E433A;
}
.AnyTagClassName
{
color: #6E433A;
}
</style>
background-color css
<style>
a { background-color: #6E433A; }
a { background-color: rgb(110,67,58); }
div.DivClassName
{
background-color: #6E433A;
}
.BgClassName
{
background-color: #6E433A;
}
</style>
border-color css
<style>
span { border-color: #6E433A; }
span { border-color: rgb(110,67,58); }
td.TdClassName
{
border-color: #6E433A;
}
.TagClassName
{
border-color: #6E433A;
}
</style>