Shades of Metallic Copper #66453C
Tints of Metallic Copper #66453C
RGB
CMYK
RGB Variations
Color information
#66453C (or 0x66453C) is known color: Metallic Copper. HEX triplet: 66, 45 and 3C. RGB value is (102,69,60). Sum of RGB (Red+Green+Blue) = 102+69+60=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66453C is #99BAC3. Grayscale: #4D4D4D. Windows color (decimal): -10074820 or 3949926. OLE color: 3949926.
HSL color Cylindrical-coordinate representation of color #66453C: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66453C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 60 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.6 |
| HSL | 12.86º | 0.26% | 0.32% | - |
| HSV(B) | 12.86º | 0.41% | 0.4% | - |
| XYZ | 8.42 | 7.41 | 5.26 | - |
| YUV | 77.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 60 | 0 | 0.32 | 0.41 | 0.6 | 12.86 | 0.26 | 0.32 |
| Hex | 66 | 45 | 3C | 0 | 20 | 29 | 3C | D | 1A | 20 |
| Octal | 146 | 105 | 74 | 0 | 40 | 51 | 74 | 15 | 32 | 40 |
| Binary | 1100110 | 1000101 | 111100 | 0 | 100000 | 101001 | 111100 | 1101 | 11010 | 100000 |
Color Harmonies of #66453C
Complementary color
Monochromatic Colors of #66453C
Black with #66453C
Text Example
Text Example
White with #66453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66453C; }
p { color: rgb(102,69,60); }
H1.HeaderClassName
{
color: #66453C;
}
.AnyTagClassName
{
color: #66453C;
}
</style>
background-color css
<style>
a { background-color: #66453C; }
a { background-color: rgb(102,69,60); }
div.DivClassName
{
background-color: #66453C;
}
.BgClassName
{
background-color: #66453C;
}
</style>
border-color css
<style>
span { border-color: #66453C; }
span { border-color: rgb(102,69,60); }
td.TdClassName
{
border-color: #66453C;
}
.TagClassName
{
border-color: #66453C;
}
</style>