Shades of Metallic Copper #68433F
Tints of Metallic Copper #68433F
RGB
CMYK
RGB Variations
Color information
#68433F (or 0x68433F) is known color: Metallic Copper. HEX triplet: 68, 43 and 3F. RGB value is (104,67,63). Sum of RGB (Red+Green+Blue) = 104+67+63=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68433F is #97BCC0. Grayscale: #4D4D4D. Windows color (decimal): -9944257 or 4146024. OLE color: 4146024.
HSL color Cylindrical-coordinate representation of color #68433F: hue angle of 5.85º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68433F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 63 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.59 |
| HSL | 5.85º | 0.25% | 0.33% | - |
| HSV(B) | 5.85º | 0.39% | 0.41% | - |
| XYZ | 8.61 | 7.32 | 5.66 | - |
| YUV | 77.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 63 | 0 | 0.36 | 0.39 | 0.59 | 5.85 | 0.25 | 0.33 |
| Hex | 68 | 43 | 3F | 0 | 24 | 27 | 3B | 6 | 19 | 21 |
| Octal | 150 | 103 | 77 | 0 | 44 | 47 | 73 | 6 | 31 | 41 |
| Binary | 1101000 | 1000011 | 111111 | 0 | 100100 | 100111 | 111011 | 110 | 11001 | 100001 |
Color Harmonies of #68433F
Complementary color
Monochromatic Colors of #68433F
Black with #68433F
Text Example
Text Example
White with #68433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68433F; }
p { color: rgb(104,67,63); }
H1.HeaderClassName
{
color: #68433F;
}
.AnyTagClassName
{
color: #68433F;
}
</style>
background-color css
<style>
a { background-color: #68433F; }
a { background-color: rgb(104,67,63); }
div.DivClassName
{
background-color: #68433F;
}
.BgClassName
{
background-color: #68433F;
}
</style>
border-color css
<style>
span { border-color: #68433F; }
span { border-color: rgb(104,67,63); }
td.TdClassName
{
border-color: #68433F;
}
.TagClassName
{
border-color: #68433F;
}
</style>