Shades of Metallic Copper #69413D
Tints of Metallic Copper #69413D
RGB
CMYK
RGB Variations
Color information
#69413D (or 0x69413D) is known color: Metallic Copper. HEX triplet: 69, 41 and 3D. RGB value is (105,65,61). Sum of RGB (Red+Green+Blue) = 105+65+61=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69413D is #96BEC2. Grayscale: #4C4C4C. Windows color (decimal): -9879235 or 4014441. OLE color: 4014441.
HSL color Cylindrical-coordinate representation of color #69413D: hue angle of 5.45º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69413D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 61 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.59 |
| HSL | 5.45º | 0.27% | 0.33% | - |
| HSV(B) | 5.45º | 0.42% | 0.41% | - |
| XYZ | 8.56 | 7.12 | 5.34 | - |
| YUV | 76.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 61 | 0 | 0.38 | 0.42 | 0.59 | 5.45 | 0.27 | 0.33 |
| Hex | 69 | 41 | 3D | 0 | 26 | 2A | 3B | 5 | 1B | 21 |
| Octal | 151 | 101 | 75 | 0 | 46 | 52 | 73 | 5 | 33 | 41 |
| Binary | 1101001 | 1000001 | 111101 | 0 | 100110 | 101010 | 111011 | 101 | 11011 | 100001 |
Color Harmonies of #69413D
Complementary color
Monochromatic Colors of #69413D
Black with #69413D
Text Example
Text Example
White with #69413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69413D; }
p { color: rgb(105,65,61); }
H1.HeaderClassName
{
color: #69413D;
}
.AnyTagClassName
{
color: #69413D;
}
</style>
background-color css
<style>
a { background-color: #69413D; }
a { background-color: rgb(105,65,61); }
div.DivClassName
{
background-color: #69413D;
}
.BgClassName
{
background-color: #69413D;
}
</style>
border-color css
<style>
span { border-color: #69413D; }
span { border-color: rgb(105,65,61); }
td.TdClassName
{
border-color: #69413D;
}
.TagClassName
{
border-color: #69413D;
}
</style>