Shades of Verdigris #65623F
Tints of Verdigris #65623F
RGB
CMYK
RGB Variations
Color information
#65623F (or 0x65623F) is known color: Verdigris. HEX triplet: 65, 62 and 3F. RGB value is (101,98,63). Sum of RGB (Red+Green+Blue) = 101+98+63=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #65623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65623F is #9A9DC0. Grayscale: #5F5F5F. Windows color (decimal): -10132929 or 4153957. OLE color: 4153957.
HSL color Cylindrical-coordinate representation of color #65623F: hue angle of 55.26º degrees, saturation: 0.23, 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 #65623F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 63 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.60 |
| HSL | 55.26º | 0.23% | 0.32% | - |
| HSV(B) | 55.26º | 0.38% | 0.4% | - |
| XYZ | 10.63 | 11.86 | 6.43 | - |
| YUV | 94.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 63 | 0 | 0.03 | 0.38 | 0.60 | 55.26 | 0.23 | 0.32 |
| Hex | 65 | 62 | 3F | 0 | 3 | 26 | 3C | 37 | 17 | 20 |
| Octal | 145 | 142 | 77 | 0 | 3 | 46 | 74 | 67 | 27 | 40 |
| Binary | 1100101 | 1100010 | 111111 | 0 | 11 | 100110 | 111100 | 110111 | 10111 | 100000 |
Color Harmonies of #65623F
Complementary color
Monochromatic Colors of #65623F
Black with #65623F
Text Example
Text Example
White with #65623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65623F; }
p { color: rgb(101,98,63); }
H1.HeaderClassName
{
color: #65623F;
}
.AnyTagClassName
{
color: #65623F;
}
</style>
background-color css
<style>
a { background-color: #65623F; }
a { background-color: rgb(101,98,63); }
div.DivClassName
{
background-color: #65623F;
}
.BgClassName
{
background-color: #65623F;
}
</style>
border-color css
<style>
span { border-color: #65623F; }
span { border-color: rgb(101,98,63); }
td.TdClassName
{
border-color: #65623F;
}
.TagClassName
{
border-color: #65623F;
}
</style>