Shades of Verdigris #65663B
Tints of Verdigris #65663B
RGB
CMYK
RGB Variations
Color information
#65663B (or 0x65663B) is known color: Verdigris. HEX triplet: 65, 66 and 3B. RGB value is (101,102,59). Sum of RGB (Red+Green+Blue) = 101+102+59=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #65663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65663B is #9A99C4. Grayscale: #606060. Windows color (decimal): -10131909 or 3892837. OLE color: 3892837.
HSL color Cylindrical-coordinate representation of color #65663B: hue angle of 61.4º 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 #65663B is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 59 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.6 |
| HSL | 61.4º | 0.27% | 0.32% | - |
| HSV(B) | 61.4º | 0.42% | 0.4% | - |
| XYZ | 10.91 | 12.59 | 5.99 | - |
| YUV | 96.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 59 | 0.01 | 0 | 0.42 | 0.6 | 61.4 | 0.27 | 0.32 |
| Hex | 65 | 66 | 3B | 1 | 0 | 2A | 3C | 3D | 1B | 20 |
| Octal | 145 | 146 | 73 | 1 | 0 | 52 | 74 | 75 | 33 | 40 |
| Binary | 1100101 | 1100110 | 111011 | 1 | 0 | 101010 | 111100 | 111101 | 11011 | 100000 |
Color Harmonies of #65663B
Complementary color
Monochromatic Colors of #65663B
Black with #65663B
Text Example
Text Example
White with #65663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65663B; }
p { color: rgb(101,102,59); }
H1.HeaderClassName
{
color: #65663B;
}
.AnyTagClassName
{
color: #65663B;
}
</style>
background-color css
<style>
a { background-color: #65663B; }
a { background-color: rgb(101,102,59); }
div.DivClassName
{
background-color: #65663B;
}
.BgClassName
{
background-color: #65663B;
}
</style>
border-color css
<style>
span { border-color: #65663B; }
span { border-color: rgb(101,102,59); }
td.TdClassName
{
border-color: #65663B;
}
.TagClassName
{
border-color: #65663B;
}
</style>