Shades of Verdigris #61623C
Tints of Verdigris #61623C
RGB
CMYK
RGB Variations
Color information
#61623C (or 0x61623C) is known color: Verdigris. HEX triplet: 61, 62 and 3C. RGB value is (97,98,60). Sum of RGB (Red+Green+Blue) = 97+98+60=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #61623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61623C is #9E9DC3. Grayscale: #5D5D5D. Windows color (decimal): -10395076 or 3957345. OLE color: 3957345.
HSL color Cylindrical-coordinate representation of color #61623C: hue angle of 61.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61623C is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 60 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.62 |
| HSL | 61.58º | 0.24% | 0.31% | - |
| HSV(B) | 61.58º | 0.39% | 0.38% | - |
| XYZ | 10.11 | 11.6 | 5.98 | - |
| YUV | 93.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 60 | 0.01 | 0 | 0.39 | 0.62 | 61.58 | 0.24 | 0.31 |
| Hex | 61 | 62 | 3C | 1 | 0 | 27 | 3E | 3E | 18 | 1F |
| Octal | 141 | 142 | 74 | 1 | 0 | 47 | 76 | 76 | 30 | 37 |
| Binary | 1100001 | 1100010 | 111100 | 1 | 0 | 100111 | 111110 | 111110 | 11000 | 11111 |
Color Harmonies of #61623C
Complementary color
Monochromatic Colors of #61623C
Black with #61623C
Text Example
Text Example
White with #61623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61623C; }
p { color: rgb(97,98,60); }
H1.HeaderClassName
{
color: #61623C;
}
.AnyTagClassName
{
color: #61623C;
}
</style>
background-color css
<style>
a { background-color: #61623C; }
a { background-color: rgb(97,98,60); }
div.DivClassName
{
background-color: #61623C;
}
.BgClassName
{
background-color: #61623C;
}
</style>
border-color css
<style>
span { border-color: #61623C; }
span { border-color: rgb(97,98,60); }
td.TdClassName
{
border-color: #61623C;
}
.TagClassName
{
border-color: #61623C;
}
</style>