Shades of Verdigris #66643D
Tints of Verdigris #66643D
RGB
CMYK
RGB Variations
Color information
#66643D (or 0x66643D) is known color: Verdigris. HEX triplet: 66, 64 and 3D. RGB value is (102,100,61). Sum of RGB (Red+Green+Blue) = 102+100+61=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66643D is #999BC2. Grayscale: #606060. Windows color (decimal): -10066883 or 4023398. OLE color: 4023398.
HSL color Cylindrical-coordinate representation of color #66643D: hue angle of 57.07º 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 #66643D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 61 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.6 |
| HSL | 57.07º | 0.25% | 0.32% | - |
| HSV(B) | 57.07º | 0.4% | 0.4% | - |
| XYZ | 10.88 | 12.28 | 6.21 | - |
| YUV | 96.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 61 | 0 | 0.02 | 0.40 | 0.6 | 57.07 | 0.25 | 0.32 |
| Hex | 66 | 64 | 3D | 0 | 2 | 28 | 3C | 39 | 19 | 20 |
| Octal | 146 | 144 | 75 | 0 | 2 | 50 | 74 | 71 | 31 | 40 |
| Binary | 1100110 | 1100100 | 111101 | 0 | 10 | 101000 | 111100 | 111001 | 11001 | 100000 |
Color Harmonies of #66643D
Complementary color
Monochromatic Colors of #66643D
Black with #66643D
Text Example
Text Example
White with #66643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66643D; }
p { color: rgb(102,100,61); }
H1.HeaderClassName
{
color: #66643D;
}
.AnyTagClassName
{
color: #66643D;
}
</style>
background-color css
<style>
a { background-color: #66643D; }
a { background-color: rgb(102,100,61); }
div.DivClassName
{
background-color: #66643D;
}
.BgClassName
{
background-color: #66643D;
}
</style>
border-color css
<style>
span { border-color: #66643D; }
span { border-color: rgb(102,100,61); }
td.TdClassName
{
border-color: #66643D;
}
.TagClassName
{
border-color: #66643D;
}
</style>