Shades of Metallic Copper #66433C
Tints of Metallic Copper #66433C
RGB
CMYK
RGB Variations
Color information
#66433C (or 0x66433C) is known color: Metallic Copper. HEX triplet: 66, 43 and 3C. RGB value is (102,67,60). Sum of RGB (Red+Green+Blue) = 102+67+60=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66433C is #99BCC3. Grayscale: #4C4C4C. Windows color (decimal): -10075332 or 3949414. OLE color: 3949414.
HSL color Cylindrical-coordinate representation of color #66433C: hue angle of 10º 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 #66433C is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 60 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.6 |
| HSL | 10º | 0.26% | 0.32% | - |
| HSV(B) | 10º | 0.41% | 0.4% | - |
| XYZ | 8.3 | 7.17 | 5.22 | - |
| YUV | 76.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 60 | 0 | 0.34 | 0.41 | 0.6 | 10 | 0.26 | 0.32 |
| Hex | 66 | 43 | 3C | 0 | 22 | 29 | 3C | A | 1A | 20 |
| Octal | 146 | 103 | 74 | 0 | 42 | 51 | 74 | 12 | 32 | 40 |
| Binary | 1100110 | 1000011 | 111100 | 0 | 100010 | 101001 | 111100 | 1010 | 11010 | 100000 |
Color Harmonies of #66433C
Complementary color
Monochromatic Colors of #66433C
Black with #66433C
Text Example
Text Example
White with #66433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66433C; }
p { color: rgb(102,67,60); }
H1.HeaderClassName
{
color: #66433C;
}
.AnyTagClassName
{
color: #66433C;
}
</style>
background-color css
<style>
a { background-color: #66433C; }
a { background-color: rgb(102,67,60); }
div.DivClassName
{
background-color: #66433C;
}
.BgClassName
{
background-color: #66433C;
}
</style>
border-color css
<style>
span { border-color: #66433C; }
span { border-color: rgb(102,67,60); }
td.TdClassName
{
border-color: #66433C;
}
.TagClassName
{
border-color: #66433C;
}
</style>