Shades of Metallic Copper #694135
Tints of Metallic Copper #694135
RGB
CMYK
RGB Variations
Color information
#694135 (or 0x694135) is known color: Metallic Copper. HEX triplet: 69, 41 and 35. RGB value is (105,65,53). Sum of RGB (Red+Green+Blue) = 105+65+53=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #694135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694135 is #96BECA. Grayscale: #4B4B4B. Windows color (decimal): -9879243 or 3490153. OLE color: 3490153.
HSL color Cylindrical-coordinate representation of color #694135: hue angle of 13.85º degrees, saturation: 0.33, 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 #694135 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 53 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.59 |
| HSL | 13.85º | 0.33% | 0.31% | - |
| HSV(B) | 13.85º | 0.5% | 0.41% | - |
| XYZ | 8.36 | 7.04 | 4.29 | - |
| YUV | 75.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 53 | 0 | 0.38 | 0.50 | 0.59 | 13.85 | 0.33 | 0.31 |
| Hex | 69 | 41 | 35 | 0 | 26 | 32 | 3B | E | 21 | 1F |
| Octal | 151 | 101 | 65 | 0 | 46 | 62 | 73 | 16 | 41 | 37 |
| Binary | 1101001 | 1000001 | 110101 | 0 | 100110 | 110010 | 111011 | 1110 | 100001 | 11111 |
Color Harmonies of #694135
Complementary color
Monochromatic Colors of #694135
Black with #694135
Text Example
Text Example
White with #694135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694135; }
p { color: rgb(105,65,53); }
H1.HeaderClassName
{
color: #694135;
}
.AnyTagClassName
{
color: #694135;
}
</style>
background-color css
<style>
a { background-color: #694135; }
a { background-color: rgb(105,65,53); }
div.DivClassName
{
background-color: #694135;
}
.BgClassName
{
background-color: #694135;
}
</style>
border-color css
<style>
span { border-color: #694135; }
span { border-color: rgb(105,65,53); }
td.TdClassName
{
border-color: #694135;
}
.TagClassName
{
border-color: #694135;
}
</style>