Shades of Verdigris #66663D
Tints of Verdigris #66663D
RGB
CMYK
RGB Variations
Color information
#66663D (or 0x66663D) is known color: Verdigris. HEX triplet: 66, 66 and 3D. RGB value is (102,102,61). Sum of RGB (Red+Green+Blue) = 102+102+61=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66663D is #9999C2. Grayscale: #616161. Windows color (decimal): -10066371 or 4023910. OLE color: 4023910.
HSL color Cylindrical-coordinate representation of color #66663D: hue angle of 60º 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 #66663D is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 61 | - |
| CMYK | 0 | 0 | 0.40 | 0.6 |
| HSL | 60º | 0.25% | 0.32% | - |
| HSV(B) | 60º | 0.4% | 0.4% | - |
| XYZ | 11.07 | 12.66 | 6.28 | - |
| YUV | 97.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 61 | 0 | 0 | 0.40 | 0.6 | 60 | 0.25 | 0.32 |
| Hex | 66 | 66 | 3D | 0 | 0 | 28 | 3C | 3C | 19 | 20 |
| Octal | 146 | 146 | 75 | 0 | 0 | 50 | 74 | 74 | 31 | 40 |
| Binary | 1100110 | 1100110 | 111101 | 0 | 0 | 101000 | 111100 | 111100 | 11001 | 100000 |
Color Harmonies of #66663D
Complementary color
Monochromatic Colors of #66663D
Black with #66663D
Text Example
Text Example
White with #66663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66663D; }
p { color: rgb(102,102,61); }
H1.HeaderClassName
{
color: #66663D;
}
.AnyTagClassName
{
color: #66663D;
}
</style>
background-color css
<style>
a { background-color: #66663D; }
a { background-color: rgb(102,102,61); }
div.DivClassName
{
background-color: #66663D;
}
.BgClassName
{
background-color: #66663D;
}
</style>
border-color css
<style>
span { border-color: #66663D; }
span { border-color: rgb(102,102,61); }
td.TdClassName
{
border-color: #66663D;
}
.TagClassName
{
border-color: #66663D;
}
</style>