Shades of Dark Green Copper #406B66
Tints of Dark Green Copper #406B66
RGB
CMYK
RGB Variations
Color information
#406B66 (or 0x406B66) is known color: Dark Green Copper. HEX triplet: 40, 6B and 66. RGB value is (64,107,102). Sum of RGB (Red+Green+Blue) = 64+107+102=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #406B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B66 is #BF9499. Grayscale: #5D5D5D. Windows color (decimal): -12555418 or 6712128. OLE color: 6712128.
HSL color Cylindrical-coordinate representation of color #406B66: hue angle of 173.02º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B66 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 107 | 102 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.58 |
| HSL | 173.02º | 0.25% | 0.34% | - |
| HSV(B) | 173.02º | 0.4% | 0.42% | - |
| XYZ | 9.77 | 12.56 | 14.48 | - |
| YUV | 93.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 102 | 0.40 | 0 | 0.05 | 0.58 | 173.02 | 0.25 | 0.34 |
| Hex | 40 | 6B | 66 | 28 | 0 | 5 | 3A | AD | 19 | 22 |
| Octal | 100 | 153 | 146 | 50 | 0 | 5 | 72 | 255 | 31 | 42 |
| Binary | 1000000 | 1101011 | 1100110 | 101000 | 0 | 101 | 111010 | 10101101 | 11001 | 100010 |
Color Harmonies of #406B66
Complementary color
Monochromatic Colors of #406B66
Black with #406B66
Text Example
Text Example
White with #406B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B66; }
p { color: rgb(64,107,102); }
H1.HeaderClassName
{
color: #406B66;
}
.AnyTagClassName
{
color: #406B66;
}
</style>
background-color css
<style>
a { background-color: #406B66; }
a { background-color: rgb(64,107,102); }
div.DivClassName
{
background-color: #406B66;
}
.BgClassName
{
background-color: #406B66;
}
</style>
border-color css
<style>
span { border-color: #406B66; }
span { border-color: rgb(64,107,102); }
td.TdClassName
{
border-color: #406B66;
}
.TagClassName
{
border-color: #406B66;
}
</style>