Shades of Old Copper #6F503C
Tints of Old Copper #6F503C
RGB
CMYK
RGB Variations
Color information
#6F503C (or 0x6F503C) is known color: Old Copper. HEX triplet: 6F, 50 and 3C. RGB value is (111,80,60). Sum of RGB (Red+Green+Blue) = 111+80+60=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F503C is #90AFC3. Grayscale: #575757. Windows color (decimal): -9482180 or 3952751. OLE color: 3952751.
HSL color Cylindrical-coordinate representation of color #6F503C: hue angle of 23.53º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F503C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 60 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.56 |
| HSL | 23.53º | 0.3% | 0.34% | - |
| HSV(B) | 23.53º | 0.46% | 0.44% | - |
| XYZ | 10.24 | 9.44 | 5.56 | - |
| YUV | 86.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 60 | 0 | 0.28 | 0.46 | 0.56 | 23.53 | 0.3 | 0.34 |
| Hex | 6F | 50 | 3C | 0 | 1C | 2E | 38 | 18 | 1E | 22 |
| Octal | 157 | 120 | 74 | 0 | 34 | 56 | 70 | 30 | 36 | 42 |
| Binary | 1101111 | 1010000 | 111100 | 0 | 11100 | 101110 | 111000 | 11000 | 11110 | 100010 |
Color Harmonies of #6F503C
Complementary color
Monochromatic Colors of #6F503C
Black with #6F503C
Text Example
Text Example
White with #6F503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F503C; }
p { color: rgb(111,80,60); }
H1.HeaderClassName
{
color: #6F503C;
}
.AnyTagClassName
{
color: #6F503C;
}
</style>
background-color css
<style>
a { background-color: #6F503C; }
a { background-color: rgb(111,80,60); }
div.DivClassName
{
background-color: #6F503C;
}
.BgClassName
{
background-color: #6F503C;
}
</style>
border-color css
<style>
span { border-color: #6F503C; }
span { border-color: rgb(111,80,60); }
td.TdClassName
{
border-color: #6F503C;
}
.TagClassName
{
border-color: #6F503C;
}
</style>