Shades of Verdigris #61593B
Tints of Verdigris #61593B
RGB
CMYK
RGB Variations
Color information
#61593B (or 0x61593B) is known color: Verdigris. HEX triplet: 61, 59 and 3B. RGB value is (97,89,59). Sum of RGB (Red+Green+Blue) = 97+89+59=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61593B is #9EA6C4. Grayscale: #585858. Windows color (decimal): -10397381 or 3889505. OLE color: 3889505.
HSL color Cylindrical-coordinate representation of color #61593B: hue angle of 47.37º 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 #61593B is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 89 | 59 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.62 |
| HSL | 47.37º | 0.24% | 0.31% | - |
| HSV(B) | 47.37º | 0.39% | 0.38% | - |
| XYZ | 9.29 | 10 | 5.58 | - |
| YUV | 87.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 59 | 0 | 0.08 | 0.39 | 0.62 | 47.37 | 0.24 | 0.31 |
| Hex | 61 | 59 | 3B | 0 | 8 | 27 | 3E | 2F | 18 | 1F |
| Octal | 141 | 131 | 73 | 0 | 10 | 47 | 76 | 57 | 30 | 37 |
| Binary | 1100001 | 1011001 | 111011 | 0 | 1000 | 100111 | 111110 | 101111 | 11000 | 11111 |
Color Harmonies of #61593B
Complementary color
Monochromatic Colors of #61593B
Black with #61593B
Text Example
Text Example
White with #61593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61593B; }
p { color: rgb(97,89,59); }
H1.HeaderClassName
{
color: #61593B;
}
.AnyTagClassName
{
color: #61593B;
}
</style>
background-color css
<style>
a { background-color: #61593B; }
a { background-color: rgb(97,89,59); }
div.DivClassName
{
background-color: #61593B;
}
.BgClassName
{
background-color: #61593B;
}
</style>
border-color css
<style>
span { border-color: #61593B; }
span { border-color: rgb(97,89,59); }
td.TdClassName
{
border-color: #61593B;
}
.TagClassName
{
border-color: #61593B;
}
</style>