Shades of Old Copper #6F5035
Tints of Old Copper #6F5035
RGB
CMYK
RGB Variations
Color information
#6F5035 (or 0x6F5035) is known color: Old Copper. HEX triplet: 6F, 50 and 35. RGB value is (111,80,53). Sum of RGB (Red+Green+Blue) = 111+80+53=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5035 is #90AFCA. Grayscale: #565656. Windows color (decimal): -9482187 or 3493999. OLE color: 3493999.
HSL color Cylindrical-coordinate representation of color #6F5035: hue angle of 27.93º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F5035 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 53 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.56 |
| HSL | 27.93º | 0.35% | 0.32% | - |
| HSV(B) | 27.93º | 0.52% | 0.44% | - |
| XYZ | 10.07 | 9.37 | 4.65 | - |
| YUV | 86.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 53 | 0 | 0.28 | 0.52 | 0.56 | 27.93 | 0.35 | 0.32 |
| Hex | 6F | 50 | 35 | 0 | 1C | 34 | 38 | 1C | 23 | 20 |
| Octal | 157 | 120 | 65 | 0 | 34 | 64 | 70 | 34 | 43 | 40 |
| Binary | 1101111 | 1010000 | 110101 | 0 | 11100 | 110100 | 111000 | 11100 | 100011 | 100000 |
Color Harmonies of #6F5035
Complementary color
Monochromatic Colors of #6F5035
Black with #6F5035
Text Example
Text Example
White with #6F5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5035; }
p { color: rgb(111,80,53); }
H1.HeaderClassName
{
color: #6F5035;
}
.AnyTagClassName
{
color: #6F5035;
}
</style>
background-color css
<style>
a { background-color: #6F5035; }
a { background-color: rgb(111,80,53); }
div.DivClassName
{
background-color: #6F5035;
}
.BgClassName
{
background-color: #6F5035;
}
</style>
border-color css
<style>
span { border-color: #6F5035; }
span { border-color: rgb(111,80,53); }
td.TdClassName
{
border-color: #6F5035;
}
.TagClassName
{
border-color: #6F5035;
}
</style>