Shades of Metallic Copper #68453B
Tints of Metallic Copper #68453B
RGB
CMYK
RGB Variations
Color information
#68453B (or 0x68453B) is known color: Metallic Copper. HEX triplet: 68, 45 and 3B. RGB value is (104,69,59). Sum of RGB (Red+Green+Blue) = 104+69+59=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68453B is #97BAC4. Grayscale: #4E4E4E. Windows color (decimal): -9943749 or 3884392. OLE color: 3884392.
HSL color Cylindrical-coordinate representation of color #68453B: hue angle of 13.33º 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 #68453B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 59 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.59 |
| HSL | 13.33º | 0.28% | 0.32% | - |
| HSV(B) | 13.33º | 0.43% | 0.41% | - |
| XYZ | 8.63 | 7.52 | 5.13 | - |
| YUV | 78.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 59 | 0 | 0.34 | 0.43 | 0.59 | 13.33 | 0.28 | 0.32 |
| Hex | 68 | 45 | 3B | 0 | 22 | 2B | 3B | D | 1C | 20 |
| Octal | 150 | 105 | 73 | 0 | 42 | 53 | 73 | 15 | 34 | 40 |
| Binary | 1101000 | 1000101 | 111011 | 0 | 100010 | 101011 | 111011 | 1101 | 11100 | 100000 |
Color Harmonies of #68453B
Complementary color
Monochromatic Colors of #68453B
Black with #68453B
Text Example
Text Example
White with #68453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68453B; }
p { color: rgb(104,69,59); }
H1.HeaderClassName
{
color: #68453B;
}
.AnyTagClassName
{
color: #68453B;
}
</style>
background-color css
<style>
a { background-color: #68453B; }
a { background-color: rgb(104,69,59); }
div.DivClassName
{
background-color: #68453B;
}
.BgClassName
{
background-color: #68453B;
}
</style>
border-color css
<style>
span { border-color: #68453B; }
span { border-color: rgb(104,69,59); }
td.TdClassName
{
border-color: #68453B;
}
.TagClassName
{
border-color: #68453B;
}
</style>