Shades of Metallic Copper #69423F
Tints of Metallic Copper #69423F
RGB
CMYK
RGB Variations
Color information
#69423F (or 0x69423F) is known color: Metallic Copper. HEX triplet: 69, 42 and 3F. RGB value is (105,66,63). Sum of RGB (Red+Green+Blue) = 105+66+63=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #69423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69423F is #96BDC0. Grayscale: #4D4D4D. Windows color (decimal): -9878977 or 4145769. OLE color: 4145769.
HSL color Cylindrical-coordinate representation of color #69423F: hue angle of 4.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69423F is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 63 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.59 |
| HSL | 4.29º | 0.25% | 0.33% | - |
| HSV(B) | 4.29º | 0.4% | 0.41% | - |
| XYZ | 8.67 | 7.26 | 5.65 | - |
| YUV | 77.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 63 | 0 | 0.37 | 0.4 | 0.59 | 4.29 | 0.25 | 0.33 |
| Hex | 69 | 42 | 3F | 0 | 25 | 28 | 3B | 4 | 19 | 21 |
| Octal | 151 | 102 | 77 | 0 | 45 | 50 | 73 | 4 | 31 | 41 |
| Binary | 1101001 | 1000010 | 111111 | 0 | 100101 | 101000 | 111011 | 100 | 11001 | 100001 |
Color Harmonies of #69423F
Complementary color
Monochromatic Colors of #69423F
Black with #69423F
Text Example
Text Example
White with #69423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69423F; }
p { color: rgb(105,66,63); }
H1.HeaderClassName
{
color: #69423F;
}
.AnyTagClassName
{
color: #69423F;
}
</style>
background-color css
<style>
a { background-color: #69423F; }
a { background-color: rgb(105,66,63); }
div.DivClassName
{
background-color: #69423F;
}
.BgClassName
{
background-color: #69423F;
}
</style>
border-color css
<style>
span { border-color: #69423F; }
span { border-color: rgb(105,66,63); }
td.TdClassName
{
border-color: #69423F;
}
.TagClassName
{
border-color: #69423F;
}
</style>