Shades of Metallic Copper #6F4135
Tints of Metallic Copper #6F4135
RGB
CMYK
RGB Variations
Color information
#6F4135 (or 0x6F4135) is known color: Metallic Copper. HEX triplet: 6F, 41 and 35. RGB value is (111,65,53). Sum of RGB (Red+Green+Blue) = 111+65+53=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4135 is #90BECA. Grayscale: #4D4D4D. Windows color (decimal): -9486027 or 3490159. OLE color: 3490159.
HSL color Cylindrical-coordinate representation of color #6F4135: hue angle of 12.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F4135 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 53 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.56 |
| HSL | 12.41º | 0.35% | 0.32% | - |
| HSV(B) | 12.41º | 0.52% | 0.44% | - |
| XYZ | 9.09 | 7.42 | 4.32 | - |
| YUV | 77.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 53 | 0 | 0.41 | 0.52 | 0.56 | 12.41 | 0.35 | 0.32 |
| Hex | 6F | 41 | 35 | 0 | 29 | 34 | 38 | C | 23 | 20 |
| Octal | 157 | 101 | 65 | 0 | 51 | 64 | 70 | 14 | 43 | 40 |
| Binary | 1101111 | 1000001 | 110101 | 0 | 101001 | 110100 | 111000 | 1100 | 100011 | 100000 |
Color Harmonies of #6F4135
Complementary color
Monochromatic Colors of #6F4135
Black with #6F4135
Text Example
Text Example
White with #6F4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4135; }
p { color: rgb(111,65,53); }
H1.HeaderClassName
{
color: #6F4135;
}
.AnyTagClassName
{
color: #6F4135;
}
</style>
background-color css
<style>
a { background-color: #6F4135; }
a { background-color: rgb(111,65,53); }
div.DivClassName
{
background-color: #6F4135;
}
.BgClassName
{
background-color: #6F4135;
}
</style>
border-color css
<style>
span { border-color: #6F4135; }
span { border-color: rgb(111,65,53); }
td.TdClassName
{
border-color: #6F4135;
}
.TagClassName
{
border-color: #6F4135;
}
</style>