Shades of Metallic Copper #693F30
Tints of Metallic Copper #693F30
RGB
CMYK
RGB Variations
Color information
#693F30 (or 0x693F30) is known color: Metallic Copper. HEX triplet: 69, 3F and 30. RGB value is (105,63,48). Sum of RGB (Red+Green+Blue) = 105+63+48=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #693F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F30 is #96C0CF. Grayscale: #494949. Windows color (decimal): -9879760 or 3161961. OLE color: 3161961.
HSL color Cylindrical-coordinate representation of color #693F30: hue angle of 15.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693F30 is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 48 | - |
| CMYK | 0 | 0.4 | 0.54 | 0.59 |
| HSL | 15.79º | 0.37% | 0.3% | - |
| HSV(B) | 15.79º | 0.54% | 0.41% | - |
| XYZ | 8.14 | 6.77 | 3.67 | - |
| YUV | 73.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 48 | 0 | 0.4 | 0.54 | 0.59 | 15.79 | 0.37 | 0.3 |
| Hex | 69 | 3F | 30 | 0 | 28 | 36 | 3B | 10 | 25 | 1E |
| Octal | 151 | 77 | 60 | 0 | 50 | 66 | 73 | 20 | 45 | 36 |
| Binary | 1101001 | 111111 | 110000 | 0 | 101000 | 110110 | 111011 | 10000 | 100101 | 11110 |
Color Harmonies of #693F30
Complementary color
Monochromatic Colors of #693F30
Black with #693F30
Text Example
Text Example
White with #693F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F30; }
p { color: rgb(105,63,48); }
H1.HeaderClassName
{
color: #693F30;
}
.AnyTagClassName
{
color: #693F30;
}
</style>
background-color css
<style>
a { background-color: #693F30; }
a { background-color: rgb(105,63,48); }
div.DivClassName
{
background-color: #693F30;
}
.BgClassName
{
background-color: #693F30;
}
</style>
border-color css
<style>
span { border-color: #693F30; }
span { border-color: rgb(105,63,48); }
td.TdClassName
{
border-color: #693F30;
}
.TagClassName
{
border-color: #693F30;
}
</style>