Shades of Verdigris #66673C
Tints of Verdigris #66673C
RGB
CMYK
RGB Variations
Color information
#66673C (or 0x66673C) is known color: Verdigris. HEX triplet: 66, 67 and 3C. RGB value is (102,103,60). Sum of RGB (Red+Green+Blue) = 102+103+60=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #66673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66673C is #9998C3. Grayscale: #616161. Windows color (decimal): -10066116 or 3958630. OLE color: 3958630.
HSL color Cylindrical-coordinate representation of color #66673C: hue angle of 61.4º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66673C is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 60 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.60 |
| HSL | 61.4º | 0.26% | 0.32% | - |
| HSV(B) | 61.4º | 0.42% | 0.4% | - |
| XYZ | 11.15 | 12.85 | 6.17 | - |
| YUV | 97.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 60 | 0.01 | 0 | 0.42 | 0.60 | 61.4 | 0.26 | 0.32 |
| Hex | 66 | 67 | 3C | 1 | 0 | 2A | 3C | 3D | 1A | 20 |
| Octal | 146 | 147 | 74 | 1 | 0 | 52 | 74 | 75 | 32 | 40 |
| Binary | 1100110 | 1100111 | 111100 | 1 | 0 | 101010 | 111100 | 111101 | 11010 | 100000 |
Color Harmonies of #66673C
Complementary color
Monochromatic Colors of #66673C
Black with #66673C
Text Example
Text Example
White with #66673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66673C; }
p { color: rgb(102,103,60); }
H1.HeaderClassName
{
color: #66673C;
}
.AnyTagClassName
{
color: #66673C;
}
</style>
background-color css
<style>
a { background-color: #66673C; }
a { background-color: rgb(102,103,60); }
div.DivClassName
{
background-color: #66673C;
}
.BgClassName
{
background-color: #66673C;
}
</style>
border-color css
<style>
span { border-color: #66673C; }
span { border-color: rgb(102,103,60); }
td.TdClassName
{
border-color: #66673C;
}
.TagClassName
{
border-color: #66673C;
}
</style>