Shades of Verdigris #61623F
Tints of Verdigris #61623F
RGB
CMYK
RGB Variations
Color information
#61623F (or 0x61623F) is known color: Verdigris. HEX triplet: 61, 62 and 3F. RGB value is (97,98,63). Sum of RGB (Red+Green+Blue) = 97+98+63=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #61623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61623F is #9E9DC0. Grayscale: #5D5D5D. Windows color (decimal): -10395073 or 4153953. OLE color: 4153953.
HSL color Cylindrical-coordinate representation of color #61623F: hue angle of 61.71º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61623F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 63 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.62 |
| HSL | 61.71º | 0.22% | 0.32% | - |
| HSV(B) | 61.71º | 0.36% | 0.38% | - |
| XYZ | 10.19 | 11.64 | 6.41 | - |
| YUV | 93.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 63 | 0.01 | 0 | 0.36 | 0.62 | 61.71 | 0.22 | 0.32 |
| Hex | 61 | 62 | 3F | 1 | 0 | 24 | 3E | 3E | 16 | 20 |
| Octal | 141 | 142 | 77 | 1 | 0 | 44 | 76 | 76 | 26 | 40 |
| Binary | 1100001 | 1100010 | 111111 | 1 | 0 | 100100 | 111110 | 111110 | 10110 | 100000 |
Color Harmonies of #61623F
Complementary color
Monochromatic Colors of #61623F
Black with #61623F
Text Example
Text Example
White with #61623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61623F; }
p { color: rgb(97,98,63); }
H1.HeaderClassName
{
color: #61623F;
}
.AnyTagClassName
{
color: #61623F;
}
</style>
background-color css
<style>
a { background-color: #61623F; }
a { background-color: rgb(97,98,63); }
div.DivClassName
{
background-color: #61623F;
}
.BgClassName
{
background-color: #61623F;
}
</style>
border-color css
<style>
span { border-color: #61623F; }
span { border-color: rgb(97,98,63); }
td.TdClassName
{
border-color: #61623F;
}
.TagClassName
{
border-color: #61623F;
}
</style>