Shades of Old Copper #6F4B38
Tints of Old Copper #6F4B38
RGB
CMYK
RGB Variations
Color information
#6F4B38 (or 0x6F4B38) is known color: Old Copper. HEX triplet: 6F, 4B and 38. RGB value is (111,75,56). Sum of RGB (Red+Green+Blue) = 111+75+56=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B38 is #90B4C7. Grayscale: #535353. Windows color (decimal): -9483464 or 3689327. OLE color: 3689327.
HSL color Cylindrical-coordinate representation of color #6F4B38: hue angle of 20.73º 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 #6F4B38 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 56 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.56 |
| HSL | 20.73º | 0.33% | 0.33% | - |
| HSV(B) | 20.73º | 0.5% | 0.44% | - |
| XYZ | 9.79 | 8.7 | 4.9 | - |
| YUV | 83.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 56 | 0 | 0.32 | 0.50 | 0.56 | 20.73 | 0.33 | 0.33 |
| Hex | 6F | 4B | 38 | 0 | 20 | 32 | 38 | 15 | 21 | 21 |
| Octal | 157 | 113 | 70 | 0 | 40 | 62 | 70 | 25 | 41 | 41 |
| Binary | 1101111 | 1001011 | 111000 | 0 | 100000 | 110010 | 111000 | 10101 | 100001 | 100001 |
Color Harmonies of #6F4B38
Complementary color
Monochromatic Colors of #6F4B38
Black with #6F4B38
Text Example
Text Example
White with #6F4B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B38; }
p { color: rgb(111,75,56); }
H1.HeaderClassName
{
color: #6F4B38;
}
.AnyTagClassName
{
color: #6F4B38;
}
</style>
background-color css
<style>
a { background-color: #6F4B38; }
a { background-color: rgb(111,75,56); }
div.DivClassName
{
background-color: #6F4B38;
}
.BgClassName
{
background-color: #6F4B38;
}
</style>
border-color css
<style>
span { border-color: #6F4B38; }
span { border-color: rgb(111,75,56); }
td.TdClassName
{
border-color: #6F4B38;
}
.TagClassName
{
border-color: #6F4B38;
}
</style>