Shades of Metallic Copper #693D34
Tints of Metallic Copper #693D34
RGB
CMYK
RGB Variations
Color information
#693D34 (or 0x693D34) is known color: Metallic Copper. HEX triplet: 69, 3D and 34. RGB value is (105,61,52). Sum of RGB (Red+Green+Blue) = 105+61+52=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #693D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D34 is #96C2CB. Grayscale: #494949. Windows color (decimal): -9880268 or 3423593. OLE color: 3423593.
HSL color Cylindrical-coordinate representation of color #693D34: hue angle of 10.19º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693D34 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 52 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.59 |
| HSL | 10.19º | 0.34% | 0.31% | - |
| HSV(B) | 10.19º | 0.5% | 0.41% | - |
| XYZ | 8.11 | 6.59 | 4.09 | - |
| YUV | 73.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 52 | 0 | 0.42 | 0.50 | 0.59 | 10.19 | 0.34 | 0.31 |
| Hex | 69 | 3D | 34 | 0 | 2A | 32 | 3B | A | 22 | 1F |
| Octal | 151 | 75 | 64 | 0 | 52 | 62 | 73 | 12 | 42 | 37 |
| Binary | 1101001 | 111101 | 110100 | 0 | 101010 | 110010 | 111011 | 1010 | 100010 | 11111 |
Color Harmonies of #693D34
Complementary color
Monochromatic Colors of #693D34
Black with #693D34
Text Example
Text Example
White with #693D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D34; }
p { color: rgb(105,61,52); }
H1.HeaderClassName
{
color: #693D34;
}
.AnyTagClassName
{
color: #693D34;
}
</style>
background-color css
<style>
a { background-color: #693D34; }
a { background-color: rgb(105,61,52); }
div.DivClassName
{
background-color: #693D34;
}
.BgClassName
{
background-color: #693D34;
}
</style>
border-color css
<style>
span { border-color: #693D34; }
span { border-color: rgb(105,61,52); }
td.TdClassName
{
border-color: #693D34;
}
.TagClassName
{
border-color: #693D34;
}
</style>