Shades of Verdigris #66663F
Tints of Verdigris #66663F
RGB
CMYK
RGB Variations
Color information
#66663F (or 0x66663F) is known color: Verdigris. HEX triplet: 66, 66 and 3F. RGB value is (102,102,63). Sum of RGB (Red+Green+Blue) = 102+102+63=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66663F is #9999C0. Grayscale: #616161. Windows color (decimal): -10066369 or 4154982. OLE color: 4154982.
HSL color Cylindrical-coordinate representation of color #66663F: hue angle of 60º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66663F is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 63 | - |
| CMYK | 0 | 0 | 0.38 | 0.6 |
| HSL | 60º | 0.24% | 0.32% | - |
| HSV(B) | 60º | 0.38% | 0.4% | - |
| XYZ | 11.13 | 12.69 | 6.56 | - |
| YUV | 97.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 63 | 0 | 0 | 0.38 | 0.6 | 60 | 0.24 | 0.32 |
| Hex | 66 | 66 | 3F | 0 | 0 | 26 | 3C | 3C | 18 | 20 |
| Octal | 146 | 146 | 77 | 0 | 0 | 46 | 74 | 74 | 30 | 40 |
| Binary | 1100110 | 1100110 | 111111 | 0 | 0 | 100110 | 111100 | 111100 | 11000 | 100000 |
Color Harmonies of #66663F
Complementary color
Monochromatic Colors of #66663F
Black with #66663F
Text Example
Text Example
White with #66663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66663F; }
p { color: rgb(102,102,63); }
H1.HeaderClassName
{
color: #66663F;
}
.AnyTagClassName
{
color: #66663F;
}
</style>
background-color css
<style>
a { background-color: #66663F; }
a { background-color: rgb(102,102,63); }
div.DivClassName
{
background-color: #66663F;
}
.BgClassName
{
background-color: #66663F;
}
</style>
border-color css
<style>
span { border-color: #66663F; }
span { border-color: rgb(102,102,63); }
td.TdClassName
{
border-color: #66663F;
}
.TagClassName
{
border-color: #66663F;
}
</style>