Shades of Verdigris #615C3A
Tints of Verdigris #615C3A
RGB
CMYK
RGB Variations
Color information
#615C3A (or 0x615C3A) is known color: Verdigris. HEX triplet: 61, 5C and 3A. RGB value is (97,92,58). Sum of RGB (Red+Green+Blue) = 97+92+58=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3A is #9EA3C5. Grayscale: #595959. Windows color (decimal): -10396614 or 3824737. OLE color: 3824737.
HSL color Cylindrical-coordinate representation of color #615C3A: hue angle of 52.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #615C3A is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 58 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.62 |
| HSL | 52.31º | 0.25% | 0.3% | - |
| HSV(B) | 52.31º | 0.4% | 0.38% | - |
| XYZ | 9.52 | 10.5 | 5.53 | - |
| YUV | 89.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 58 | 0 | 0.05 | 0.40 | 0.62 | 52.31 | 0.25 | 0.3 |
| Hex | 61 | 5C | 3A | 0 | 5 | 28 | 3E | 34 | 19 | 1E |
| Octal | 141 | 134 | 72 | 0 | 5 | 50 | 76 | 64 | 31 | 36 |
| Binary | 1100001 | 1011100 | 111010 | 0 | 101 | 101000 | 111110 | 110100 | 11001 | 11110 |
Color Harmonies of #615C3A
Complementary color
Monochromatic Colors of #615C3A
Black with #615C3A
Text Example
Text Example
White with #615C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C3A; }
p { color: rgb(97,92,58); }
H1.HeaderClassName
{
color: #615C3A;
}
.AnyTagClassName
{
color: #615C3A;
}
</style>
background-color css
<style>
a { background-color: #615C3A; }
a { background-color: rgb(97,92,58); }
div.DivClassName
{
background-color: #615C3A;
}
.BgClassName
{
background-color: #615C3A;
}
</style>
border-color css
<style>
span { border-color: #615C3A; }
span { border-color: rgb(97,92,58); }
td.TdClassName
{
border-color: #615C3A;
}
.TagClassName
{
border-color: #615C3A;
}
</style>