Shades of Metallic Copper #693D2F
Tints of Metallic Copper #693D2F
RGB
CMYK
RGB Variations
Color information
#693D2F (or 0x693D2F) is known color: Metallic Copper. HEX triplet: 69, 3D and 2F. RGB value is (105,61,47). Sum of RGB (Red+Green+Blue) = 105+61+47=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D2F is #96C2D0. Grayscale: #484848. Windows color (decimal): -9880273 or 3095913. OLE color: 3095913.
HSL color Cylindrical-coordinate representation of color #693D2F: hue angle of 14.48º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #693D2F is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 47 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.59 |
| HSL | 14.48º | 0.38% | 0.3% | - |
| HSV(B) | 14.48º | 0.55% | 0.41% | - |
| XYZ | 8.01 | 6.55 | 3.53 | - |
| YUV | 72.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 47 | 0 | 0.42 | 0.55 | 0.59 | 14.48 | 0.38 | 0.3 |
| Hex | 69 | 3D | 2F | 0 | 2A | 37 | 3B | E | 26 | 1E |
| Octal | 151 | 75 | 57 | 0 | 52 | 67 | 73 | 16 | 46 | 36 |
| Binary | 1101001 | 111101 | 101111 | 0 | 101010 | 110111 | 111011 | 1110 | 100110 | 11110 |
Color Harmonies of #693D2F
Complementary color
Monochromatic Colors of #693D2F
Black with #693D2F
Text Example
Text Example
White with #693D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D2F; }
p { color: rgb(105,61,47); }
H1.HeaderClassName
{
color: #693D2F;
}
.AnyTagClassName
{
color: #693D2F;
}
</style>
background-color css
<style>
a { background-color: #693D2F; }
a { background-color: rgb(105,61,47); }
div.DivClassName
{
background-color: #693D2F;
}
.BgClassName
{
background-color: #693D2F;
}
</style>
border-color css
<style>
span { border-color: #693D2F; }
span { border-color: rgb(105,61,47); }
td.TdClassName
{
border-color: #693D2F;
}
.TagClassName
{
border-color: #693D2F;
}
</style>