Shades of Metallic Copper #693F34
Tints of Metallic Copper #693F34
RGB
CMYK
RGB Variations
Color information
#693F34 (or 0x693F34) is known color: Metallic Copper. HEX triplet: 69, 3F and 34. RGB value is (105,63,52). Sum of RGB (Red+Green+Blue) = 105+63+52=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #693F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F34 is #96C0CB. Grayscale: #4A4A4A. Windows color (decimal): -9879756 or 3424105. OLE color: 3424105.
HSL color Cylindrical-coordinate representation of color #693F34: hue angle of 12.45º 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 #693F34 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 52 | - |
| CMYK | 0 | 0.4 | 0.50 | 0.59 |
| HSL | 12.45º | 0.34% | 0.31% | - |
| HSV(B) | 12.45º | 0.5% | 0.41% | - |
| XYZ | 8.22 | 6.81 | 4.13 | - |
| YUV | 74.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 52 | 0 | 0.4 | 0.50 | 0.59 | 12.45 | 0.34 | 0.31 |
| Hex | 69 | 3F | 34 | 0 | 28 | 32 | 3B | C | 22 | 1F |
| Octal | 151 | 77 | 64 | 0 | 50 | 62 | 73 | 14 | 42 | 37 |
| Binary | 1101001 | 111111 | 110100 | 0 | 101000 | 110010 | 111011 | 1100 | 100010 | 11111 |
Color Harmonies of #693F34
Complementary color
Monochromatic Colors of #693F34
Black with #693F34
Text Example
Text Example
White with #693F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F34; }
p { color: rgb(105,63,52); }
H1.HeaderClassName
{
color: #693F34;
}
.AnyTagClassName
{
color: #693F34;
}
</style>
background-color css
<style>
a { background-color: #693F34; }
a { background-color: rgb(105,63,52); }
div.DivClassName
{
background-color: #693F34;
}
.BgClassName
{
background-color: #693F34;
}
</style>
border-color css
<style>
span { border-color: #693F34; }
span { border-color: rgb(105,63,52); }
td.TdClassName
{
border-color: #693F34;
}
.TagClassName
{
border-color: #693F34;
}
</style>