Shades of Metallic Copper #6A433A
Tints of Metallic Copper #6A433A
RGB
CMYK
RGB Variations
Color information
#6A433A (or 0x6A433A) is known color: Metallic Copper. HEX triplet: 6A, 43 and 3A. RGB value is (106,67,58). Sum of RGB (Red+Green+Blue) = 106+67+58=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A433A is #95BCC5. Grayscale: #4D4D4D. Windows color (decimal): -9813190 or 3818346. OLE color: 3818346.
HSL color Cylindrical-coordinate representation of color #6A433A: hue angle of 11.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A433A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 67 | 58 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.58 |
| HSL | 11.25º | 0.29% | 0.32% | - |
| HSV(B) | 11.25º | 0.45% | 0.42% | - |
| XYZ | 8.71 | 7.38 | 4.97 | - |
| YUV | 77.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 67 | 58 | 0 | 0.37 | 0.45 | 0.58 | 11.25 | 0.29 | 0.32 |
| Hex | 6A | 43 | 3A | 0 | 25 | 2D | 3A | B | 1D | 20 |
| Octal | 152 | 103 | 72 | 0 | 45 | 55 | 72 | 13 | 35 | 40 |
| Binary | 1101010 | 1000011 | 111010 | 0 | 100101 | 101101 | 111010 | 1011 | 11101 | 100000 |
Color Harmonies of #6A433A
Complementary color
Monochromatic Colors of #6A433A
Black with #6A433A
Text Example
Text Example
White with #6A433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A433A; }
p { color: rgb(106,67,58); }
H1.HeaderClassName
{
color: #6A433A;
}
.AnyTagClassName
{
color: #6A433A;
}
</style>
background-color css
<style>
a { background-color: #6A433A; }
a { background-color: rgb(106,67,58); }
div.DivClassName
{
background-color: #6A433A;
}
.BgClassName
{
background-color: #6A433A;
}
</style>
border-color css
<style>
span { border-color: #6A433A; }
span { border-color: rgb(106,67,58); }
td.TdClassName
{
border-color: #6A433A;
}
.TagClassName
{
border-color: #6A433A;
}
</style>