Shades of Old Copper #6F503B
Tints of Old Copper #6F503B
RGB
CMYK
RGB Variations
Color information
#6F503B (or 0x6F503B) is known color: Old Copper. HEX triplet: 6F, 50 and 3B. RGB value is (111,80,59). Sum of RGB (Red+Green+Blue) = 111+80+59=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F503B is #90AFC4. Grayscale: #565656. Windows color (decimal): -9482181 or 3887215. OLE color: 3887215.
HSL color Cylindrical-coordinate representation of color #6F503B: hue angle of 24.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F503B is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 59 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.56 |
| HSL | 24.23º | 0.31% | 0.33% | - |
| HSV(B) | 24.23º | 0.47% | 0.44% | - |
| XYZ | 10.21 | 9.43 | 5.42 | - |
| YUV | 86.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 59 | 0 | 0.28 | 0.47 | 0.56 | 24.23 | 0.31 | 0.33 |
| Hex | 6F | 50 | 3B | 0 | 1C | 2F | 38 | 18 | 1F | 21 |
| Octal | 157 | 120 | 73 | 0 | 34 | 57 | 70 | 30 | 37 | 41 |
| Binary | 1101111 | 1010000 | 111011 | 0 | 11100 | 101111 | 111000 | 11000 | 11111 | 100001 |
Color Harmonies of #6F503B
Complementary color
Monochromatic Colors of #6F503B
Black with #6F503B
Text Example
Text Example
White with #6F503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F503B; }
p { color: rgb(111,80,59); }
H1.HeaderClassName
{
color: #6F503B;
}
.AnyTagClassName
{
color: #6F503B;
}
</style>
background-color css
<style>
a { background-color: #6F503B; }
a { background-color: rgb(111,80,59); }
div.DivClassName
{
background-color: #6F503B;
}
.BgClassName
{
background-color: #6F503B;
}
</style>
border-color css
<style>
span { border-color: #6F503B; }
span { border-color: rgb(111,80,59); }
td.TdClassName
{
border-color: #6F503B;
}
.TagClassName
{
border-color: #6F503B;
}
</style>