Shades of Verdigris #61623A
Tints of Verdigris #61623A
RGB
CMYK
RGB Variations
Color information
#61623A (or 0x61623A) is known color: Verdigris. HEX triplet: 61, 62 and 3A. RGB value is (97,98,58). Sum of RGB (Red+Green+Blue) = 97+98+58=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #61623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61623A is #9E9DC5. Grayscale: #5D5D5D. Windows color (decimal): -10395078 or 3826273. OLE color: 3826273.
HSL color Cylindrical-coordinate representation of color #61623A: hue angle of 61.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61623A is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 58 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.62 |
| HSL | 61.5º | 0.26% | 0.31% | - |
| HSV(B) | 61.5º | 0.41% | 0.38% | - |
| XYZ | 10.06 | 11.58 | 5.71 | - |
| YUV | 93.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 58 | 0.01 | 0 | 0.41 | 0.62 | 61.5 | 0.26 | 0.31 |
| Hex | 61 | 62 | 3A | 1 | 0 | 29 | 3E | 3E | 1A | 1F |
| Octal | 141 | 142 | 72 | 1 | 0 | 51 | 76 | 76 | 32 | 37 |
| Binary | 1100001 | 1100010 | 111010 | 1 | 0 | 101001 | 111110 | 111110 | 11010 | 11111 |
Color Harmonies of #61623A
Complementary color
Monochromatic Colors of #61623A
Black with #61623A
Text Example
Text Example
White with #61623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61623A; }
p { color: rgb(97,98,58); }
H1.HeaderClassName
{
color: #61623A;
}
.AnyTagClassName
{
color: #61623A;
}
</style>
background-color css
<style>
a { background-color: #61623A; }
a { background-color: rgb(97,98,58); }
div.DivClassName
{
background-color: #61623A;
}
.BgClassName
{
background-color: #61623A;
}
</style>
border-color css
<style>
span { border-color: #61623A; }
span { border-color: rgb(97,98,58); }
td.TdClassName
{
border-color: #61623A;
}
.TagClassName
{
border-color: #61623A;
}
</style>