Shades of Metallic Copper #694336
Tints of Metallic Copper #694336
RGB
CMYK
RGB Variations
Color information
#694336 (or 0x694336) is known color: Metallic Copper. HEX triplet: 69, 43 and 36. RGB value is (105,67,54). Sum of RGB (Red+Green+Blue) = 105+67+54=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694336 is #96BCC9. Grayscale: #4C4C4C. Windows color (decimal): -9878730 or 3556201. OLE color: 3556201.
HSL color Cylindrical-coordinate representation of color #694336: hue angle of 15.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694336 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 54 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.59 |
| HSL | 15.29º | 0.32% | 0.31% | - |
| HSV(B) | 15.29º | 0.49% | 0.41% | - |
| XYZ | 8.5 | 7.28 | 4.45 | - |
| YUV | 76.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 54 | 0 | 0.36 | 0.49 | 0.59 | 15.29 | 0.32 | 0.31 |
| Hex | 69 | 43 | 36 | 0 | 24 | 31 | 3B | F | 20 | 1F |
| Octal | 151 | 103 | 66 | 0 | 44 | 61 | 73 | 17 | 40 | 37 |
| Binary | 1101001 | 1000011 | 110110 | 0 | 100100 | 110001 | 111011 | 1111 | 100000 | 11111 |
Color Harmonies of #694336
Complementary color
Monochromatic Colors of #694336
Black with #694336
Text Example
Text Example
White with #694336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694336; }
p { color: rgb(105,67,54); }
H1.HeaderClassName
{
color: #694336;
}
.AnyTagClassName
{
color: #694336;
}
</style>
background-color css
<style>
a { background-color: #694336; }
a { background-color: rgb(105,67,54); }
div.DivClassName
{
background-color: #694336;
}
.BgClassName
{
background-color: #694336;
}
</style>
border-color css
<style>
span { border-color: #694336; }
span { border-color: rgb(105,67,54); }
td.TdClassName
{
border-color: #694336;
}
.TagClassName
{
border-color: #694336;
}
</style>