Shades of Old Copper #6F5038
Tints of Old Copper #6F5038
RGB
CMYK
RGB Variations
Color information
#6F5038 (or 0x6F5038) is known color: Old Copper. HEX triplet: 6F, 50 and 38. RGB value is (111,80,56). Sum of RGB (Red+Green+Blue) = 111+80+56=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5038 is #90AFC7. Grayscale: #565656. Windows color (decimal): -9482184 or 3690607. OLE color: 3690607.
HSL color Cylindrical-coordinate representation of color #6F5038: hue angle of 26.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5038 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 56 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.56 |
| HSL | 26.18º | 0.33% | 0.33% | - |
| HSV(B) | 26.18º | 0.5% | 0.44% | - |
| XYZ | 10.14 | 9.4 | 5.02 | - |
| YUV | 86.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 56 | 0 | 0.28 | 0.50 | 0.56 | 26.18 | 0.33 | 0.33 |
| Hex | 6F | 50 | 38 | 0 | 1C | 32 | 38 | 1A | 21 | 21 |
| Octal | 157 | 120 | 70 | 0 | 34 | 62 | 70 | 32 | 41 | 41 |
| Binary | 1101111 | 1010000 | 111000 | 0 | 11100 | 110010 | 111000 | 11010 | 100001 | 100001 |
Color Harmonies of #6F5038
Complementary color
Monochromatic Colors of #6F5038
Black with #6F5038
Text Example
Text Example
White with #6F5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5038; }
p { color: rgb(111,80,56); }
H1.HeaderClassName
{
color: #6F5038;
}
.AnyTagClassName
{
color: #6F5038;
}
</style>
background-color css
<style>
a { background-color: #6F5038; }
a { background-color: rgb(111,80,56); }
div.DivClassName
{
background-color: #6F5038;
}
.BgClassName
{
background-color: #6F5038;
}
</style>
border-color css
<style>
span { border-color: #6F5038; }
span { border-color: rgb(111,80,56); }
td.TdClassName
{
border-color: #6F5038;
}
.TagClassName
{
border-color: #6F5038;
}
</style>