Shades of Old Copper #6F523C
Tints of Old Copper #6F523C
RGB
CMYK
RGB Variations
Color information
#6F523C (or 0x6F523C) is known color: Old Copper. HEX triplet: 6F, 52 and 3C. RGB value is (111,82,60). Sum of RGB (Red+Green+Blue) = 111+82+60=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F523C is #90ADC3. Grayscale: #585858. Windows color (decimal): -9481668 or 3953263. OLE color: 3953263.
HSL color Cylindrical-coordinate representation of color #6F523C: hue angle of 25.88º 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 #6F523C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 60 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.56 |
| HSL | 25.88º | 0.3% | 0.34% | - |
| HSV(B) | 25.88º | 0.46% | 0.44% | - |
| XYZ | 10.39 | 9.74 | 5.61 | - |
| YUV | 88.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 60 | 0 | 0.26 | 0.46 | 0.56 | 25.88 | 0.3 | 0.34 |
| Hex | 6F | 52 | 3C | 0 | 1A | 2E | 38 | 1A | 1E | 22 |
| Octal | 157 | 122 | 74 | 0 | 32 | 56 | 70 | 32 | 36 | 42 |
| Binary | 1101111 | 1010010 | 111100 | 0 | 11010 | 101110 | 111000 | 11010 | 11110 | 100010 |
Color Harmonies of #6F523C
Complementary color
Monochromatic Colors of #6F523C
Black with #6F523C
Text Example
Text Example
White with #6F523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F523C; }
p { color: rgb(111,82,60); }
H1.HeaderClassName
{
color: #6F523C;
}
.AnyTagClassName
{
color: #6F523C;
}
</style>
background-color css
<style>
a { background-color: #6F523C; }
a { background-color: rgb(111,82,60); }
div.DivClassName
{
background-color: #6F523C;
}
.BgClassName
{
background-color: #6F523C;
}
</style>
border-color css
<style>
span { border-color: #6F523C; }
span { border-color: rgb(111,82,60); }
td.TdClassName
{
border-color: #6F523C;
}
.TagClassName
{
border-color: #6F523C;
}
</style>