Shades of Verdigris #615C36
Tints of Verdigris #615C36
RGB
CMYK
RGB Variations
Color information
#615C36 (or 0x615C36) is known color: Verdigris. HEX triplet: 61, 5C and 36. RGB value is (97,92,54). Sum of RGB (Red+Green+Blue) = 97+92+54=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #615C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C36 is #9EA3C9. Grayscale: #595959. Windows color (decimal): -10396618 or 3562593. OLE color: 3562593.
HSL color Cylindrical-coordinate representation of color #615C36: hue angle of 53.02º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615C36 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 54 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.62 |
| HSL | 53.02º | 0.28% | 0.3% | - |
| HSV(B) | 53.02º | 0.44% | 0.38% | - |
| XYZ | 9.42 | 10.46 | 5.01 | - |
| YUV | 89.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 54 | 0 | 0.05 | 0.44 | 0.62 | 53.02 | 0.28 | 0.3 |
| Hex | 61 | 5C | 36 | 0 | 5 | 2C | 3E | 35 | 1C | 1E |
| Octal | 141 | 134 | 66 | 0 | 5 | 54 | 76 | 65 | 34 | 36 |
| Binary | 1100001 | 1011100 | 110110 | 0 | 101 | 101100 | 111110 | 110101 | 11100 | 11110 |
Color Harmonies of #615C36
Complementary color
Monochromatic Colors of #615C36
Black with #615C36
Text Example
Text Example
White with #615C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C36; }
p { color: rgb(97,92,54); }
H1.HeaderClassName
{
color: #615C36;
}
.AnyTagClassName
{
color: #615C36;
}
</style>
background-color css
<style>
a { background-color: #615C36; }
a { background-color: rgb(97,92,54); }
div.DivClassName
{
background-color: #615C36;
}
.BgClassName
{
background-color: #615C36;
}
</style>
border-color css
<style>
span { border-color: #615C36; }
span { border-color: rgb(97,92,54); }
td.TdClassName
{
border-color: #615C36;
}
.TagClassName
{
border-color: #615C36;
}
</style>