Shades of Metallic Copper #66433D
Tints of Metallic Copper #66433D
RGB
CMYK
RGB Variations
Color information
#66433D (or 0x66433D) is known color: Metallic Copper. HEX triplet: 66, 43 and 3D. RGB value is (102,67,61). Sum of RGB (Red+Green+Blue) = 102+67+61=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66433D is #99BCC2. Grayscale: #4C4C4C. Windows color (decimal): -10075331 or 4014950. OLE color: 4014950.
HSL color Cylindrical-coordinate representation of color #66433D: hue angle of 8.78º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66433D is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 61 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.6 |
| HSL | 8.78º | 0.25% | 0.32% | - |
| HSV(B) | 8.78º | 0.4% | 0.4% | - |
| XYZ | 8.33 | 7.18 | 5.36 | - |
| YUV | 76.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 61 | 0 | 0.34 | 0.40 | 0.6 | 8.78 | 0.25 | 0.32 |
| Hex | 66 | 43 | 3D | 0 | 22 | 28 | 3C | 9 | 19 | 20 |
| Octal | 146 | 103 | 75 | 0 | 42 | 50 | 74 | 11 | 31 | 40 |
| Binary | 1100110 | 1000011 | 111101 | 0 | 100010 | 101000 | 111100 | 1001 | 11001 | 100000 |
Color Harmonies of #66433D
Complementary color
Monochromatic Colors of #66433D
Black with #66433D
Text Example
Text Example
White with #66433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66433D; }
p { color: rgb(102,67,61); }
H1.HeaderClassName
{
color: #66433D;
}
.AnyTagClassName
{
color: #66433D;
}
</style>
background-color css
<style>
a { background-color: #66433D; }
a { background-color: rgb(102,67,61); }
div.DivClassName
{
background-color: #66433D;
}
.BgClassName
{
background-color: #66433D;
}
</style>
border-color css
<style>
span { border-color: #66433D; }
span { border-color: rgb(102,67,61); }
td.TdClassName
{
border-color: #66433D;
}
.TagClassName
{
border-color: #66433D;
}
</style>