Shades of Verdigris #65663A
Tints of Verdigris #65663A
RGB
CMYK
RGB Variations
Color information
#65663A (or 0x65663A) is known color: Verdigris. HEX triplet: 65, 66 and 3A. RGB value is (101,102,58). Sum of RGB (Red+Green+Blue) = 101+102+58=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #65663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65663A is #9A99C5. Grayscale: #606060. Windows color (decimal): -10131910 or 3827301. OLE color: 3827301.
HSL color Cylindrical-coordinate representation of color #65663A: hue angle of 61.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65663A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 58 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.6 |
| HSL | 61.36º | 0.28% | 0.31% | - |
| HSV(B) | 61.36º | 0.43% | 0.4% | - |
| XYZ | 10.88 | 12.57 | 5.86 | - |
| YUV | 96.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 58 | 0.01 | 0 | 0.43 | 0.6 | 61.36 | 0.28 | 0.31 |
| Hex | 65 | 66 | 3A | 1 | 0 | 2B | 3C | 3D | 1C | 1F |
| Octal | 145 | 146 | 72 | 1 | 0 | 53 | 74 | 75 | 34 | 37 |
| Binary | 1100101 | 1100110 | 111010 | 1 | 0 | 101011 | 111100 | 111101 | 11100 | 11111 |
Color Harmonies of #65663A
Complementary color
Monochromatic Colors of #65663A
Black with #65663A
Text Example
Text Example
White with #65663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65663A; }
p { color: rgb(101,102,58); }
H1.HeaderClassName
{
color: #65663A;
}
.AnyTagClassName
{
color: #65663A;
}
</style>
background-color css
<style>
a { background-color: #65663A; }
a { background-color: rgb(101,102,58); }
div.DivClassName
{
background-color: #65663A;
}
.BgClassName
{
background-color: #65663A;
}
</style>
border-color css
<style>
span { border-color: #65663A; }
span { border-color: rgb(101,102,58); }
td.TdClassName
{
border-color: #65663A;
}
.TagClassName
{
border-color: #65663A;
}
</style>