Shades of Metallic Copper #6F433A
Tints of Metallic Copper #6F433A
RGB
CMYK
RGB Variations
Color information
#6F433A (or 0x6F433A) is known color: Metallic Copper. HEX triplet: 6F, 43 and 3A. RGB value is (111,67,58). Sum of RGB (Red+Green+Blue) = 111+67+58=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F433A is #90BCC5. Grayscale: #4F4F4F. Windows color (decimal): -9485510 or 3818351. OLE color: 3818351.
HSL color Cylindrical-coordinate representation of color #6F433A: hue angle of 10.19º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F433A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 58 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.56 |
| HSL | 10.19º | 0.31% | 0.33% | - |
| HSV(B) | 10.19º | 0.48% | 0.44% | - |
| XYZ | 9.33 | 7.7 | 5 | - |
| YUV | 79.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 58 | 0 | 0.40 | 0.48 | 0.56 | 10.19 | 0.31 | 0.33 |
| Hex | 6F | 43 | 3A | 0 | 28 | 30 | 38 | A | 1F | 21 |
| Octal | 157 | 103 | 72 | 0 | 50 | 60 | 70 | 12 | 37 | 41 |
| Binary | 1101111 | 1000011 | 111010 | 0 | 101000 | 110000 | 111000 | 1010 | 11111 | 100001 |
Color Harmonies of #6F433A
Complementary color
Monochromatic Colors of #6F433A
Black with #6F433A
Text Example
Text Example
White with #6F433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F433A; }
p { color: rgb(111,67,58); }
H1.HeaderClassName
{
color: #6F433A;
}
.AnyTagClassName
{
color: #6F433A;
}
</style>
background-color css
<style>
a { background-color: #6F433A; }
a { background-color: rgb(111,67,58); }
div.DivClassName
{
background-color: #6F433A;
}
.BgClassName
{
background-color: #6F433A;
}
</style>
border-color css
<style>
span { border-color: #6F433A; }
span { border-color: rgb(111,67,58); }
td.TdClassName
{
border-color: #6F433A;
}
.TagClassName
{
border-color: #6F433A;
}
</style>