Shades of Metallic Copper #69413B
Tints of Metallic Copper #69413B
RGB
CMYK
RGB Variations
Color information
#69413B (or 0x69413B) is known color: Metallic Copper. HEX triplet: 69, 41 and 3B. RGB value is (105,65,59). Sum of RGB (Red+Green+Blue) = 105+65+59=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #69413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69413B is #96BEC4. Grayscale: #4C4C4C. Windows color (decimal): -9879237 or 3883369. OLE color: 3883369.
HSL color Cylindrical-coordinate representation of color #69413B: hue angle of 7.83º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69413B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 59 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.59 |
| HSL | 7.83º | 0.28% | 0.32% | - |
| HSV(B) | 7.83º | 0.44% | 0.41% | - |
| XYZ | 8.51 | 7.1 | 5.06 | - |
| YUV | 76.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 59 | 0 | 0.38 | 0.44 | 0.59 | 7.83 | 0.28 | 0.32 |
| Hex | 69 | 41 | 3B | 0 | 26 | 2C | 3B | 8 | 1C | 20 |
| Octal | 151 | 101 | 73 | 0 | 46 | 54 | 73 | 10 | 34 | 40 |
| Binary | 1101001 | 1000001 | 111011 | 0 | 100110 | 101100 | 111011 | 1000 | 11100 | 100000 |
Color Harmonies of #69413B
Complementary color
Monochromatic Colors of #69413B
Black with #69413B
Text Example
Text Example
White with #69413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69413B; }
p { color: rgb(105,65,59); }
H1.HeaderClassName
{
color: #69413B;
}
.AnyTagClassName
{
color: #69413B;
}
</style>
background-color css
<style>
a { background-color: #69413B; }
a { background-color: rgb(105,65,59); }
div.DivClassName
{
background-color: #69413B;
}
.BgClassName
{
background-color: #69413B;
}
</style>
border-color css
<style>
span { border-color: #69413B; }
span { border-color: rgb(105,65,59); }
td.TdClassName
{
border-color: #69413B;
}
.TagClassName
{
border-color: #69413B;
}
</style>