Shades of Old Copper #6F4E38
Tints of Old Copper #6F4E38
RGB
CMYK
RGB Variations
Color information
#6F4E38 (or 0x6F4E38) is known color: Old Copper. HEX triplet: 6F, 4E and 38. RGB value is (111,78,56). Sum of RGB (Red+Green+Blue) = 111+78+56=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E38 is #90B1C7. Grayscale: #555555. Windows color (decimal): -9482696 or 3690095. OLE color: 3690095.
HSL color Cylindrical-coordinate representation of color #6F4E38: hue angle of 24º 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 #6F4E38 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 56 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.56 |
| HSL | 24º | 0.33% | 0.33% | - |
| HSV(B) | 24º | 0.5% | 0.44% | - |
| XYZ | 9.99 | 9.11 | 4.97 | - |
| YUV | 85.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 56 | 0 | 0.30 | 0.50 | 0.56 | 24 | 0.33 | 0.33 |
| Hex | 6F | 4E | 38 | 0 | 1E | 32 | 38 | 18 | 21 | 21 |
| Octal | 157 | 116 | 70 | 0 | 36 | 62 | 70 | 30 | 41 | 41 |
| Binary | 1101111 | 1001110 | 111000 | 0 | 11110 | 110010 | 111000 | 11000 | 100001 | 100001 |
Color Harmonies of #6F4E38
Complementary color
Monochromatic Colors of #6F4E38
Black with #6F4E38
Text Example
Text Example
White with #6F4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E38; }
p { color: rgb(111,78,56); }
H1.HeaderClassName
{
color: #6F4E38;
}
.AnyTagClassName
{
color: #6F4E38;
}
</style>
background-color css
<style>
a { background-color: #6F4E38; }
a { background-color: rgb(111,78,56); }
div.DivClassName
{
background-color: #6F4E38;
}
.BgClassName
{
background-color: #6F4E38;
}
</style>
border-color css
<style>
span { border-color: #6F4E38; }
span { border-color: rgb(111,78,56); }
td.TdClassName
{
border-color: #6F4E38;
}
.TagClassName
{
border-color: #6F4E38;
}
</style>