Shades of Verdigris #66643B
Tints of Verdigris #66643B
RGB
CMYK
RGB Variations
Color information
#66643B (or 0x66643B) is known color: Verdigris. HEX triplet: 66, 64 and 3B. RGB value is (102,100,59). Sum of RGB (Red+Green+Blue) = 102+100+59=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66643B is #999BC4. Grayscale: #606060. Windows color (decimal): -10066885 or 3892326. OLE color: 3892326.
HSL color Cylindrical-coordinate representation of color #66643B: hue angle of 57.21º degrees, saturation: 0.27, 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 #66643B is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 59 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.6 |
| HSL | 57.21º | 0.27% | 0.32% | - |
| HSV(B) | 57.21º | 0.42% | 0.4% | - |
| XYZ | 10.83 | 12.25 | 5.93 | - |
| YUV | 95.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 59 | 0 | 0.02 | 0.42 | 0.6 | 57.21 | 0.27 | 0.32 |
| Hex | 66 | 64 | 3B | 0 | 2 | 2A | 3C | 39 | 1B | 20 |
| Octal | 146 | 144 | 73 | 0 | 2 | 52 | 74 | 71 | 33 | 40 |
| Binary | 1100110 | 1100100 | 111011 | 0 | 10 | 101010 | 111100 | 111001 | 11011 | 100000 |
Color Harmonies of #66643B
Complementary color
Monochromatic Colors of #66643B
Black with #66643B
Text Example
Text Example
White with #66643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66643B; }
p { color: rgb(102,100,59); }
H1.HeaderClassName
{
color: #66643B;
}
.AnyTagClassName
{
color: #66643B;
}
</style>
background-color css
<style>
a { background-color: #66643B; }
a { background-color: rgb(102,100,59); }
div.DivClassName
{
background-color: #66643B;
}
.BgClassName
{
background-color: #66643B;
}
</style>
border-color css
<style>
span { border-color: #66643B; }
span { border-color: rgb(102,100,59); }
td.TdClassName
{
border-color: #66643B;
}
.TagClassName
{
border-color: #66643B;
}
</style>