Shades of Verdigris #66683A
Tints of Verdigris #66683A
RGB
CMYK
RGB Variations
Color information
#66683A (or 0x66683A) is known color: Verdigris. HEX triplet: 66, 68 and 3A. RGB value is (102,104,58). Sum of RGB (Red+Green+Blue) = 102+104+58=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #66683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66683A is #9997C5. Grayscale: #626262. Windows color (decimal): -10065862 or 3827814. OLE color: 3827814.
HSL color Cylindrical-coordinate representation of color #66683A: hue angle of 62.61º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66683A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 58 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.59 |
| HSL | 62.61º | 0.28% | 0.32% | - |
| HSV(B) | 62.61º | 0.44% | 0.41% | - |
| XYZ | 11.19 | 13.03 | 5.93 | - |
| YUV | 98.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 58 | 0.02 | 0 | 0.44 | 0.59 | 62.61 | 0.28 | 0.32 |
| Hex | 66 | 68 | 3A | 2 | 0 | 2C | 3B | 3F | 1C | 20 |
| Octal | 146 | 150 | 72 | 2 | 0 | 54 | 73 | 77 | 34 | 40 |
| Binary | 1100110 | 1101000 | 111010 | 10 | 0 | 101100 | 111011 | 111111 | 11100 | 100000 |
Color Harmonies of #66683A
Complementary color
Monochromatic Colors of #66683A
Black with #66683A
Text Example
Text Example
White with #66683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66683A; }
p { color: rgb(102,104,58); }
H1.HeaderClassName
{
color: #66683A;
}
.AnyTagClassName
{
color: #66683A;
}
</style>
background-color css
<style>
a { background-color: #66683A; }
a { background-color: rgb(102,104,58); }
div.DivClassName
{
background-color: #66683A;
}
.BgClassName
{
background-color: #66683A;
}
</style>
border-color css
<style>
span { border-color: #66683A; }
span { border-color: rgb(102,104,58); }
td.TdClassName
{
border-color: #66683A;
}
.TagClassName
{
border-color: #66683A;
}
</style>