Shades of Verdigris #666634
Tints of Verdigris #666634
RGB
CMYK
RGB Variations
Color information
#666634 (or 0x666634) is known color: Verdigris. HEX triplet: 66, 66 and 34. RGB value is (102,102,52). Sum of RGB (Red+Green+Blue) = 102+102+52=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666634 is #9999CB. Grayscale: #606060. Windows color (decimal): -10066380 or 3434086. OLE color: 3434086.
HSL color Cylindrical-coordinate representation of color #666634: hue angle of 60º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #666634 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 52 | - |
| CMYK | 0 | 0 | 0.49 | 0.6 |
| HSL | 60º | 0.32% | 0.3% | - |
| HSV(B) | 60º | 0.49% | 0.4% | - |
| XYZ | 10.85 | 12.58 | 5.1 | - |
| YUV | 96.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 52 | 0 | 0 | 0.49 | 0.6 | 60 | 0.32 | 0.3 |
| Hex | 66 | 66 | 34 | 0 | 0 | 31 | 3C | 3C | 20 | 1E |
| Octal | 146 | 146 | 64 | 0 | 0 | 61 | 74 | 74 | 40 | 36 |
| Binary | 1100110 | 1100110 | 110100 | 0 | 0 | 110001 | 111100 | 111100 | 100000 | 11110 |
Color Harmonies of #666634
Complementary color
Monochromatic Colors of #666634
Black with #666634
Text Example
Text Example
White with #666634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666634; }
p { color: rgb(102,102,52); }
H1.HeaderClassName
{
color: #666634;
}
.AnyTagClassName
{
color: #666634;
}
</style>
background-color css
<style>
a { background-color: #666634; }
a { background-color: rgb(102,102,52); }
div.DivClassName
{
background-color: #666634;
}
.BgClassName
{
background-color: #666634;
}
</style>
border-color css
<style>
span { border-color: #666634; }
span { border-color: rgb(102,102,52); }
td.TdClassName
{
border-color: #666634;
}
.TagClassName
{
border-color: #666634;
}
</style>