Shades of Verdigris #615C3C
Tints of Verdigris #615C3C
RGB
CMYK
RGB Variations
Color information
#615C3C (or 0x615C3C) is known color: Verdigris. HEX triplet: 61, 5C and 3C. RGB value is (97,92,60). Sum of RGB (Red+Green+Blue) = 97+92+60=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3C is #9EA3C3. Grayscale: #595959. Windows color (decimal): -10396612 or 3955809. OLE color: 3955809.
HSL color Cylindrical-coordinate representation of color #615C3C: hue angle of 51.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #615C3C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 60 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.62 |
| HSL | 51.89º | 0.24% | 0.31% | - |
| HSV(B) | 51.89º | 0.38% | 0.38% | - |
| XYZ | 9.57 | 10.52 | 5.8 | - |
| YUV | 89.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 60 | 0 | 0.05 | 0.38 | 0.62 | 51.89 | 0.24 | 0.31 |
| Hex | 61 | 5C | 3C | 0 | 5 | 26 | 3E | 34 | 18 | 1F |
| Octal | 141 | 134 | 74 | 0 | 5 | 46 | 76 | 64 | 30 | 37 |
| Binary | 1100001 | 1011100 | 111100 | 0 | 101 | 100110 | 111110 | 110100 | 11000 | 11111 |
Color Harmonies of #615C3C
Complementary color
Monochromatic Colors of #615C3C
Black with #615C3C
Text Example
Text Example
White with #615C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C3C; }
p { color: rgb(97,92,60); }
H1.HeaderClassName
{
color: #615C3C;
}
.AnyTagClassName
{
color: #615C3C;
}
</style>
background-color css
<style>
a { background-color: #615C3C; }
a { background-color: rgb(97,92,60); }
div.DivClassName
{
background-color: #615C3C;
}
.BgClassName
{
background-color: #615C3C;
}
</style>
border-color css
<style>
span { border-color: #615C3C; }
span { border-color: rgb(97,92,60); }
td.TdClassName
{
border-color: #615C3C;
}
.TagClassName
{
border-color: #615C3C;
}
</style>