Shades of Verdigris #66673E
Tints of Verdigris #66673E
RGB
CMYK
RGB Variations
Color information
#66673E (or 0x66673E) is known color: Verdigris. HEX triplet: 66, 67 and 3E. RGB value is (102,103,62). Sum of RGB (Red+Green+Blue) = 102+103+62=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #66673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66673E is #9998C1. Grayscale: #626262. Windows color (decimal): -10066114 or 4089702. OLE color: 4089702.
HSL color Cylindrical-coordinate representation of color #66673E: hue angle of 61.46º 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 #66673E is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 62 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.60 |
| HSL | 61.46º | 0.25% | 0.32% | - |
| HSV(B) | 61.46º | 0.4% | 0.4% | - |
| XYZ | 11.2 | 12.87 | 6.45 | - |
| YUV | 98.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 62 | 0.01 | 0 | 0.40 | 0.60 | 61.46 | 0.25 | 0.32 |
| Hex | 66 | 67 | 3E | 1 | 0 | 28 | 3C | 3D | 19 | 20 |
| Octal | 146 | 147 | 76 | 1 | 0 | 50 | 74 | 75 | 31 | 40 |
| Binary | 1100110 | 1100111 | 111110 | 1 | 0 | 101000 | 111100 | 111101 | 11001 | 100000 |
Color Harmonies of #66673E
Complementary color
Monochromatic Colors of #66673E
Black with #66673E
Text Example
Text Example
White with #66673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66673E; }
p { color: rgb(102,103,62); }
H1.HeaderClassName
{
color: #66673E;
}
.AnyTagClassName
{
color: #66673E;
}
</style>
background-color css
<style>
a { background-color: #66673E; }
a { background-color: rgb(102,103,62); }
div.DivClassName
{
background-color: #66673E;
}
.BgClassName
{
background-color: #66673E;
}
</style>
border-color css
<style>
span { border-color: #66673E; }
span { border-color: rgb(102,103,62); }
td.TdClassName
{
border-color: #66673E;
}
.TagClassName
{
border-color: #66673E;
}
</style>