Shades of Metallic Copper #6F433B
Tints of Metallic Copper #6F433B
RGB
CMYK
RGB Variations
Color information
#6F433B (or 0x6F433B) is known color: Metallic Copper. HEX triplet: 6F, 43 and 3B. RGB value is (111,67,59). Sum of RGB (Red+Green+Blue) = 111+67+59=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F433B is #90BCC4. Grayscale: #4F4F4F. Windows color (decimal): -9485509 or 3883887. OLE color: 3883887.
HSL color Cylindrical-coordinate representation of color #6F433B: hue angle of 9.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F433B is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 59 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.56 |
| HSL | 9.23º | 0.31% | 0.33% | - |
| HSV(B) | 9.23º | 0.47% | 0.44% | - |
| XYZ | 9.35 | 7.71 | 5.13 | - |
| YUV | 79.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 59 | 0 | 0.40 | 0.47 | 0.56 | 9.23 | 0.31 | 0.33 |
| Hex | 6F | 43 | 3B | 0 | 28 | 2F | 38 | 9 | 1F | 21 |
| Octal | 157 | 103 | 73 | 0 | 50 | 57 | 70 | 11 | 37 | 41 |
| Binary | 1101111 | 1000011 | 111011 | 0 | 101000 | 101111 | 111000 | 1001 | 11111 | 100001 |
Color Harmonies of #6F433B
Complementary color
Monochromatic Colors of #6F433B
Black with #6F433B
Text Example
Text Example
White with #6F433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F433B; }
p { color: rgb(111,67,59); }
H1.HeaderClassName
{
color: #6F433B;
}
.AnyTagClassName
{
color: #6F433B;
}
</style>
background-color css
<style>
a { background-color: #6F433B; }
a { background-color: rgb(111,67,59); }
div.DivClassName
{
background-color: #6F433B;
}
.BgClassName
{
background-color: #6F433B;
}
</style>
border-color css
<style>
span { border-color: #6F433B; }
span { border-color: rgb(111,67,59); }
td.TdClassName
{
border-color: #6F433B;
}
.TagClassName
{
border-color: #6F433B;
}
</style>