Shades of Verdigris #61613B
Tints of Verdigris #61613B
RGB
CMYK
RGB Variations
Color information
#61613B (or 0x61613B) is known color: Verdigris. HEX triplet: 61, 61 and 3B. RGB value is (97,97,59). Sum of RGB (Red+Green+Blue) = 97+97+59=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61613B is #9E9EC4. Grayscale: #5C5C5C. Windows color (decimal): -10395333 or 3891553. OLE color: 3891553.
HSL color Cylindrical-coordinate representation of color #61613B: hue angle of 60º 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 #61613B is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 59 | - |
| CMYK | 0 | 0 | 0.39 | 0.62 |
| HSL | 60º | 0.24% | 0.31% | - |
| HSV(B) | 60º | 0.39% | 0.38% | - |
| XYZ | 9.99 | 11.41 | 5.81 | - |
| YUV | 92.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 59 | 0 | 0 | 0.39 | 0.62 | 60 | 0.24 | 0.31 |
| Hex | 61 | 61 | 3B | 0 | 0 | 27 | 3E | 3C | 18 | 1F |
| Octal | 141 | 141 | 73 | 0 | 0 | 47 | 76 | 74 | 30 | 37 |
| Binary | 1100001 | 1100001 | 111011 | 0 | 0 | 100111 | 111110 | 111100 | 11000 | 11111 |
Color Harmonies of #61613B
Complementary color
Monochromatic Colors of #61613B
Black with #61613B
Text Example
Text Example
White with #61613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61613B; }
p { color: rgb(97,97,59); }
H1.HeaderClassName
{
color: #61613B;
}
.AnyTagClassName
{
color: #61613B;
}
</style>
background-color css
<style>
a { background-color: #61613B; }
a { background-color: rgb(97,97,59); }
div.DivClassName
{
background-color: #61613B;
}
.BgClassName
{
background-color: #61613B;
}
</style>
border-color css
<style>
span { border-color: #61613B; }
span { border-color: rgb(97,97,59); }
td.TdClassName
{
border-color: #61613B;
}
.TagClassName
{
border-color: #61613B;
}
</style>