Shades of Verdigris #65623E
Tints of Verdigris #65623E
RGB
CMYK
RGB Variations
Color information
#65623E (or 0x65623E) is known color: Verdigris. HEX triplet: 65, 62 and 3E. RGB value is (101,98,62). Sum of RGB (Red+Green+Blue) = 101+98+62=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65623E is #9A9DC1. Grayscale: #5E5E5E. Windows color (decimal): -10132930 or 4088421. OLE color: 4088421.
HSL color Cylindrical-coordinate representation of color #65623E: hue angle of 55.38º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65623E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 62 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.60 |
| HSL | 55.38º | 0.24% | 0.32% | - |
| HSV(B) | 55.38º | 0.39% | 0.4% | - |
| XYZ | 10.6 | 11.85 | 6.29 | - |
| YUV | 94.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 62 | 0 | 0.03 | 0.39 | 0.60 | 55.38 | 0.24 | 0.32 |
| Hex | 65 | 62 | 3E | 0 | 3 | 27 | 3C | 37 | 18 | 20 |
| Octal | 145 | 142 | 76 | 0 | 3 | 47 | 74 | 67 | 30 | 40 |
| Binary | 1100101 | 1100010 | 111110 | 0 | 11 | 100111 | 111100 | 110111 | 11000 | 100000 |
Color Harmonies of #65623E
Complementary color
Monochromatic Colors of #65623E
Black with #65623E
Text Example
Text Example
White with #65623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65623E; }
p { color: rgb(101,98,62); }
H1.HeaderClassName
{
color: #65623E;
}
.AnyTagClassName
{
color: #65623E;
}
</style>
background-color css
<style>
a { background-color: #65623E; }
a { background-color: rgb(101,98,62); }
div.DivClassName
{
background-color: #65623E;
}
.BgClassName
{
background-color: #65623E;
}
</style>
border-color css
<style>
span { border-color: #65623E; }
span { border-color: rgb(101,98,62); }
td.TdClassName
{
border-color: #65623E;
}
.TagClassName
{
border-color: #65623E;
}
</style>