Shades of Old Copper #6E5035
Tints of Old Copper #6E5035
RGB
CMYK
RGB Variations
Color information
#6E5035 (or 0x6E5035) is known color: Old Copper. HEX triplet: 6E, 50 and 35. RGB value is (110,80,53). Sum of RGB (Red+Green+Blue) = 110+80+53=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5035 is #91AFCA. Grayscale: #565656. Windows color (decimal): -9547723 or 3493998. OLE color: 3493998.
HSL color Cylindrical-coordinate representation of color #6E5035: hue angle of 28.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E5035 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 53 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.57 |
| HSL | 28.42º | 0.35% | 0.32% | - |
| HSV(B) | 28.42º | 0.52% | 0.43% | - |
| XYZ | 9.94 | 9.31 | 4.64 | - |
| YUV | 85.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 53 | 0 | 0.27 | 0.52 | 0.57 | 28.42 | 0.35 | 0.32 |
| Hex | 6E | 50 | 35 | 0 | 1B | 34 | 39 | 1C | 23 | 20 |
| Octal | 156 | 120 | 65 | 0 | 33 | 64 | 71 | 34 | 43 | 40 |
| Binary | 1101110 | 1010000 | 110101 | 0 | 11011 | 110100 | 111001 | 11100 | 100011 | 100000 |
Color Harmonies of #6E5035
Complementary color
Monochromatic Colors of #6E5035
Black with #6E5035
Text Example
Text Example
White with #6E5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5035; }
p { color: rgb(110,80,53); }
H1.HeaderClassName
{
color: #6E5035;
}
.AnyTagClassName
{
color: #6E5035;
}
</style>
background-color css
<style>
a { background-color: #6E5035; }
a { background-color: rgb(110,80,53); }
div.DivClassName
{
background-color: #6E5035;
}
.BgClassName
{
background-color: #6E5035;
}
</style>
border-color css
<style>
span { border-color: #6E5035; }
span { border-color: rgb(110,80,53); }
td.TdClassName
{
border-color: #6E5035;
}
.TagClassName
{
border-color: #6E5035;
}
</style>