Shades of Old Copper #6F4C38
Tints of Old Copper #6F4C38
RGB
CMYK
RGB Variations
Color information
#6F4C38 (or 0x6F4C38) is known color: Old Copper. HEX triplet: 6F, 4C and 38. RGB value is (111,76,56). Sum of RGB (Red+Green+Blue) = 111+76+56=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C38 is #90B3C7. Grayscale: #545454. Windows color (decimal): -9483208 or 3689583. OLE color: 3689583.
HSL color Cylindrical-coordinate representation of color #6F4C38: hue angle of 21.82º 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 #6F4C38 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 56 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.56 |
| HSL | 21.82º | 0.33% | 0.33% | - |
| HSV(B) | 21.82º | 0.5% | 0.44% | - |
| XYZ | 9.85 | 8.83 | 4.93 | - |
| YUV | 84.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 56 | 0 | 0.32 | 0.50 | 0.56 | 21.82 | 0.33 | 0.33 |
| Hex | 6F | 4C | 38 | 0 | 20 | 32 | 38 | 16 | 21 | 21 |
| Octal | 157 | 114 | 70 | 0 | 40 | 62 | 70 | 26 | 41 | 41 |
| Binary | 1101111 | 1001100 | 111000 | 0 | 100000 | 110010 | 111000 | 10110 | 100001 | 100001 |
Color Harmonies of #6F4C38
Complementary color
Monochromatic Colors of #6F4C38
Black with #6F4C38
Text Example
Text Example
White with #6F4C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C38; }
p { color: rgb(111,76,56); }
H1.HeaderClassName
{
color: #6F4C38;
}
.AnyTagClassName
{
color: #6F4C38;
}
</style>
background-color css
<style>
a { background-color: #6F4C38; }
a { background-color: rgb(111,76,56); }
div.DivClassName
{
background-color: #6F4C38;
}
.BgClassName
{
background-color: #6F4C38;
}
</style>
border-color css
<style>
span { border-color: #6F4C38; }
span { border-color: rgb(111,76,56); }
td.TdClassName
{
border-color: #6F4C38;
}
.TagClassName
{
border-color: #6F4C38;
}
</style>