Shades of Metallic Copper #68443B
Tints of Metallic Copper #68443B
RGB
CMYK
RGB Variations
Color information
#68443B (or 0x68443B) is known color: Metallic Copper. HEX triplet: 68, 44 and 3B. RGB value is (104,68,59). Sum of RGB (Red+Green+Blue) = 104+68+59=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68443B is #97BBC4. Grayscale: #4D4D4D. Windows color (decimal): -9944005 or 3884136. OLE color: 3884136.
HSL color Cylindrical-coordinate representation of color #68443B: hue angle of 12º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68443B is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 59 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.59 |
| HSL | 12º | 0.28% | 0.32% | - |
| HSV(B) | 12º | 0.43% | 0.41% | - |
| XYZ | 8.57 | 7.39 | 5.11 | - |
| YUV | 77.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 59 | 0 | 0.35 | 0.43 | 0.59 | 12 | 0.28 | 0.32 |
| Hex | 68 | 44 | 3B | 0 | 23 | 2B | 3B | C | 1C | 20 |
| Octal | 150 | 104 | 73 | 0 | 43 | 53 | 73 | 14 | 34 | 40 |
| Binary | 1101000 | 1000100 | 111011 | 0 | 100011 | 101011 | 111011 | 1100 | 11100 | 100000 |
Color Harmonies of #68443B
Complementary color
Monochromatic Colors of #68443B
Black with #68443B
Text Example
Text Example
White with #68443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68443B; }
p { color: rgb(104,68,59); }
H1.HeaderClassName
{
color: #68443B;
}
.AnyTagClassName
{
color: #68443B;
}
</style>
background-color css
<style>
a { background-color: #68443B; }
a { background-color: rgb(104,68,59); }
div.DivClassName
{
background-color: #68443B;
}
.BgClassName
{
background-color: #68443B;
}
</style>
border-color css
<style>
span { border-color: #68443B; }
span { border-color: rgb(104,68,59); }
td.TdClassName
{
border-color: #68443B;
}
.TagClassName
{
border-color: #68443B;
}
</style>