Shades of Metallic Copper #693D33
Tints of Metallic Copper #693D33
RGB
CMYK
RGB Variations
Color information
#693D33 (or 0x693D33) is known color: Metallic Copper. HEX triplet: 69, 3D and 33. RGB value is (105,61,51). Sum of RGB (Red+Green+Blue) = 105+61+51=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #693D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D33 is #96C2CC. Grayscale: #494949. Windows color (decimal): -9880269 or 3358057. OLE color: 3358057.
HSL color Cylindrical-coordinate representation of color #693D33: hue angle of 11.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #693D33 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 51 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.59 |
| HSL | 11.11º | 0.35% | 0.31% | - |
| HSV(B) | 11.11º | 0.51% | 0.41% | - |
| XYZ | 8.09 | 6.58 | 3.98 | - |
| YUV | 73.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 51 | 0 | 0.42 | 0.51 | 0.59 | 11.11 | 0.35 | 0.31 |
| Hex | 69 | 3D | 33 | 0 | 2A | 33 | 3B | B | 23 | 1F |
| Octal | 151 | 75 | 63 | 0 | 52 | 63 | 73 | 13 | 43 | 37 |
| Binary | 1101001 | 111101 | 110011 | 0 | 101010 | 110011 | 111011 | 1011 | 100011 | 11111 |
Color Harmonies of #693D33
Complementary color
Monochromatic Colors of #693D33
Black with #693D33
Text Example
Text Example
White with #693D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D33; }
p { color: rgb(105,61,51); }
H1.HeaderClassName
{
color: #693D33;
}
.AnyTagClassName
{
color: #693D33;
}
</style>
background-color css
<style>
a { background-color: #693D33; }
a { background-color: rgb(105,61,51); }
div.DivClassName
{
background-color: #693D33;
}
.BgClassName
{
background-color: #693D33;
}
</style>
border-color css
<style>
span { border-color: #693D33; }
span { border-color: rgb(105,61,51); }
td.TdClassName
{
border-color: #693D33;
}
.TagClassName
{
border-color: #693D33;
}
</style>