Shades of Verdigris #65663F
Tints of Verdigris #65663F
RGB
CMYK
RGB Variations
Color information
#65663F (or 0x65663F) is known color: Verdigris. HEX triplet: 65, 66 and 3F. RGB value is (101,102,63). Sum of RGB (Red+Green+Blue) = 101+102+63=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #65663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65663F is #9A99C0. Grayscale: #616161. Windows color (decimal): -10131905 or 4154981. OLE color: 4154981.
HSL color Cylindrical-coordinate representation of color #65663F: hue angle of 61.54º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65663F is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 63 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.6 |
| HSL | 61.54º | 0.24% | 0.32% | - |
| HSV(B) | 61.54º | 0.38% | 0.4% | - |
| XYZ | 11.02 | 12.63 | 6.56 | - |
| YUV | 97.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 63 | 0.01 | 0 | 0.38 | 0.6 | 61.54 | 0.24 | 0.32 |
| Hex | 65 | 66 | 3F | 1 | 0 | 26 | 3C | 3E | 18 | 20 |
| Octal | 145 | 146 | 77 | 1 | 0 | 46 | 74 | 76 | 30 | 40 |
| Binary | 1100101 | 1100110 | 111111 | 1 | 0 | 100110 | 111100 | 111110 | 11000 | 100000 |
Color Harmonies of #65663F
Complementary color
Monochromatic Colors of #65663F
Black with #65663F
Text Example
Text Example
White with #65663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65663F; }
p { color: rgb(101,102,63); }
H1.HeaderClassName
{
color: #65663F;
}
.AnyTagClassName
{
color: #65663F;
}
</style>
background-color css
<style>
a { background-color: #65663F; }
a { background-color: rgb(101,102,63); }
div.DivClassName
{
background-color: #65663F;
}
.BgClassName
{
background-color: #65663F;
}
</style>
border-color css
<style>
span { border-color: #65663F; }
span { border-color: rgb(101,102,63); }
td.TdClassName
{
border-color: #65663F;
}
.TagClassName
{
border-color: #65663F;
}
</style>